Jpeg Compression in Tiff Files

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
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Jpeg Compression in Tiff Files

Post by fmw42 »

what is the error message?

Did you install IM from source?

If so, you need to install all the delegate libraries including tiff?

To check:

convert -list configure

and see what the line that starts with DELEGATES shows. It needs to have gs, freetype and tiff
Post Reply