Convert tiff to jpg major color differences

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
karlovitz

Convert tiff to jpg major color differences

Post by karlovitz »

I was wondering if someone could help me out. I currently have a library of tiff images that I convert on the fly using imagemagick for web viewing. The first issue that I experienced was that these images could not be viewed via IE. I then added the colorspace to RGB or sRGB so that I can view them with IE. Now what I am experiancing is that the images look vastly different from the original tiffs.

I am very new at this so any assistance would be appreciated.

Thanks
Steve
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Convert tiff to jpg major color differences

Post by fmw42 »

karlovitz

Re: Convert tiff to jpg major color differences

Post by karlovitz »

I was doing a compare using identify between a conversion done with Microsoft Picture Manager, which converts the images to exactly what I need, and imagemagick and the main difference between the two are:

The channel statistics are off

and

The Picture Manager has an added profile and a bunch of properties for exif.

Do I need to add or alter either of these and if so how?

Thanks again
Steve
Post Reply