Error converting from TIFF to JPG

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
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Error converting from TIFF to JPG

Post by Bonzo »

You do not say what method or code you are using to do the conversion.

This worked for me:

Code: Select all

convert f08-10-19-20-24-22-n3[1].TIF output_test.jpg
Post Reply