[magick-users] How to specify /ASCII85Decode /FlateDecode for PDF images?
Vasile Gaburici
vgaburici at gmail.com
Mon Aug 4 15:45:50 PDT 2008
Images are saved by "convert" in PDF format using /Filter [
/RunLengthDecode ]. This makes the images at least three times bigger
than bemps (http://bmeps.sourceforge.net/) can do using /Filter [
/ASCII85Decode /FlateDecode ]. I see that ImageMagick supports
(http://trac.imagemagick.org/browser/ImageMagick/trunk/magick/compress.c?rev=11710)
these compression methods as well. But I don't know how to specify
them on the command line to "convert". Does anyone on this list know?
More information about the Magick-users
mailing list