jpg > tiff conversion

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: jpg > tiff conversion

Post by anthony »

Look at IM Examples, TIFF format.
http://www.imagemagick.org/Usage/formats/#tiff

TIFF is a horrible file format that is ill-defined, and no application reads all its internal format styles. You will need to figure out what internal formating you need for your application to read the result.

You are better off using some other properly defined format for your images. (Yes I am biased, and with good reason. Every time I used TIFF, I was hit by this incompatibility problem. It seems to be a similar fault that is developing in the '.avi' video format with its hundreds of encoding styles.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply