convert tiff to tiff with text added error

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: convert tiff to tiff with text added error

Post by anthony »

Read the image first. then -annotate the text onto the image.
See IM Examples, Text to Image handling, annotate.

As for the TIFF error... TIFF is a BAD format in that no program (not even photoshop) can handle all the internal format styles TIFF can use.

So my advise. Avoid it.

if you can't avoid it, look at IM examples, Image File Formats, TIFF notes
http://www.imagemagick.org/Usage/formats/#tiff

PS; it is probably the -compress setting that is bad for that viewer.
That however is a guess on my part.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply