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
Convert tiff to jpg major color differences
- 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
You may need to use profiles. See http://www.imagemagick.org/script/comma ... hp#profile
Re: Convert tiff to jpg major color differences
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
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