Re: composite command generates huge TIFF file
Posted: 2007-04-10T23:55:42-07:00
Judging by the size the original document is pure black and white bitmap.
however creating text in IM generates a greyscale image (edges of the text are anti-aliased). you also used a semi-transparent font too. In any case the TIFF image is also grey scale, A huge grey scale.
You can turn off anti-alising using +antialias so the font generated will also only be black and white.
However I am not sure in IM will save TIFFs as a bitmap or not. Someone else may know.
Prehaps you should try just reading and writing the TIFF image without change, and see how IM effacts the unmodified image...
however creating text in IM generates a greyscale image (edges of the text are anti-aliased). you also used a semi-transparent font too. In any case the TIFF image is also grey scale, A huge grey scale.
You can turn off anti-alising using +antialias so the font generated will also only be black and white.
However I am not sure in IM will save TIFFs as a bitmap or not. Someone else may know.
Prehaps you should try just reading and writing the TIFF image without change, and see how IM effacts the unmodified image...
Code: Select all
convert org/scan0002.tif -taint check.tif