decode pdf image /FlateDecode /RunLengthDecode
Posted: 2016-11-03T03:52:22-07:00
Hi,
I have a pdf with an image having the filters /FlateDecode /RunLengthDecode (in that order)
I've seen table PS/PDF Compression Meanings
in http://www.imagemagick.org/Usage/formats/
which explains they are equivalent to
"-compress zip"
and
"+compress"
"-compress rle"
any thing else
respectively.
I'm unclear what the + means in +compress. Also I'm unclear whether these filters should be run sequentially or are alternatives.
I need to decode this image programmatically.
Any advice received most gratefully
Kind Regards
Martin
I have a pdf with an image having the filters /FlateDecode /RunLengthDecode (in that order)
I've seen table PS/PDF Compression Meanings
in http://www.imagemagick.org/Usage/formats/
which explains they are equivalent to
"-compress zip"
and
"+compress"
"-compress rle"
any thing else
respectively.
I'm unclear what the + means in +compress. Also I'm unclear whether these filters should be run sequentially or are alternatives.
I need to decode this image programmatically.
Any advice received most gratefully
Kind Regards
Martin