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 <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] 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 ) <[EMAIL PROTECTED]> > ----------------------------------------------------------------------------- > The keyboard! How quaint. -- Montgomery Scott -- StarTrek IV > ----------------------------------------------------------------------------- > Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ > _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
