[magick-users] How to specify /ASCII85Decode /FlateDecode for PDF images?
Vasile Gaburici
vgaburici at gmail.com
Mon Aug 4 17:48:16 PDT 2008
Sadly "convert" doesn't seem to support chaining multiple compression
filters like the PDF spec allows. So, there doesn't seem to a way to
chain "-compress none" i.e. '/ASCII85Decode' and "-compress zip" i.e.
/FlateDecode'. This isn't a big issue...
On Tue, Aug 5, 2008 at 3:31 AM, Anthony Thyssen <anthony at griffith.edu.au> wrote:
> duc.sequere.aut.de.via.decede at imagemagick.org on wrote...
> | > Images are saved by "convert" in PDF format using /Filter
> |
> | Try
> |
> | convert myimage -compress zip image.pdf
>
> Having a little play...
>
> __Compression_______/Filter setting____
> "-compress none" '/ASCII85Decode'
> "-compress zip" '/FlateDecode'
> "-compress jpeg" '/DCTDecode'
> "-compress lzw" '/LZWDecode'
>
> "+compress"
> "-compress rle" '/RunLengthDecode'
> any thing else
>
> Some of these are also supose to work for postscript, though I have not
> tested it.
>
>
> Anthony Thyssen ( System Programmer ) <A.Thyssen at griffith.edu.au>
> -----------------------------------------------------------------------------
> The keyboard! How quaint. -- Montgomery Scott -- StarTrek IV
> -----------------------------------------------------------------------------
> Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
>
More information about the Magick-users
mailing list