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.