TIF -> PDF file size grows after annotate
Posted: 2009-01-01T12:11:47-07:00
When I do a simple convert (using 6.4.8 for Windows) from a small tif file to pdf, the file is roughly the same size. When I include any code to annotate, however, the file grows to 2x - 15x the original file size (depending on the source file).
results in a 45KB file.
results in a 46KB file
results in a 75KB file
The file sizes of one of the tif files I'm using goes from 43KB original tif to a 574KB PDF when I use annotate, but only 46KB without.
Interesting clue, even if the text in the annotate is empty " ", it results in the larger file size even though the resulting image is exactly the same as no annotate.
I've tried tif -> ps -> pdf along with various options of compress, flatten, colors, etc. all to no avail.
Any help would be greatly appreciated.
Code: Select all
convert logo: logo.tif
Code: Select all
convert logo.tif logo.pdf
Code: Select all
convert logo.tif -gravity north -pointsize 10 -fill black -annotate 0 "TEST" logo_annotate.pdf
The file sizes of one of the tif files I'm using goes from 43KB original tif to a 574KB PDF when I use annotate, but only 46KB without.
Interesting clue, even if the text in the annotate is empty " ", it results in the larger file size even though the resulting image is exactly the same as no annotate.
I've tried tif -> ps -> pdf along with various options of compress, flatten, colors, etc. all to no avail.
Any help would be greatly appreciated.