See http://www.kittycentral.net/Plucker/ImageParser.htm
This allows alt_maxwidth and alt_maxheight to be set to 0 to PREVENT alternate images to inline images. This behavior was already expected but not working; the only way to accomplish it was for those values to never be set, which is problematic in the standard Plucker distribution with the defaults. This has no impact on inline images, just on the presence of alternates. There is a diff -w -c file at http://www.kittycentral.net/Plucker/ImageParser.diff The effective changes are two new lines of comments, a single line of conditional, and necessary indentation changes since that's how Python closes code blocks. Tony McNamara _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
