Monochrome tiff to PDF with JPEG2000
Posted: 2013-09-30T01:24:19-07:00
ImageMagick 6.8.7-0 2013-09-18 Q16
When I convert a monochrome tiff image, obtained with
to a PDFA with JPEG2000 compression
The resulting PDF contains an image with a gray background.
when I use
The end-result is as expected.
This behaviour does not happen with gif, png or bmp.
When I convert a monochrome tiff image, obtained with
Code: Select all
convert some.txt -monochrome some.tif
Code: Select all
convert some.tif -format pdfa -compress jpeg2000 some.pdf
when I use
Code: Select all
convert some.tif -format pdfa -compress jpeg some.pdf
This behaviour does not happen with gif, png or bmp.