Code: Select all
TIFF is not uncompressed 1 bit or compressed using CCITT G4. File is ignored.
By using "identify -verbose" on a previously-converted, working TIFF and on the broken one that I've converted, I can see that all properties are identical (excepting expected differences like the histogram data, filename, hash, etc) except that the broken one has a Chromaticity section and the working one does not. The Chromaticity section is identical to that of the input PDF file.
The only way I've been able to create a working TIFF is with GraphicConverter, and I'd much rather use the free CLI tool to the job. How can I remove the Chromaticity section from the TIFF file?
For reference, here's the command I'm using:
Code: Select all
convert -density 500 -units PixelsPerInch -strip Downloads/ACBYX.pdf[0] -monochrome -resize 4125x5338 -compress Group4 Downloads/ACBYX.tif