Color mismatch converting YCCK Jpeg to sRGB colorspace
Posted: 2014-11-07T14:22:27-07:00
Hey,
We're having an off-color issue when converting a YCCK JPEG to sRGB colorspace. The JPEG also has an embedded CMYK profile.
Here is an example image:
The cloud area on the image is blue-ish (when viewed from a program like Gimp or MS Paint), but after converting it turns green-ish.
Here is the convert command we're running:
convert input.jpg -limit thread 1 -resize 1024.0x768.0 -quality 89 -colorspace sRGB -auto-orient -strip out.jpg
We found some useful metadata on the image using this online tool: http://regex.info/exif.cgi
According to this thread, http://www.imagemagick.com/discourse-se ... 2&p=116316), it sounds like ImageMagick 6.8.9-10 will support these sort of conversions now.
Any advice on this?
Thanks!
Chris
We're having an off-color issue when converting a YCCK JPEG to sRGB colorspace. The JPEG also has an embedded CMYK profile.
Here is an example image:
The cloud area on the image is blue-ish (when viewed from a program like Gimp or MS Paint), but after converting it turns green-ish.
Here is the convert command we're running:
convert input.jpg -limit thread 1 -resize 1024.0x768.0 -quality 89 -colorspace sRGB -auto-orient -strip out.jpg
We found some useful metadata on the image using this online tool: http://regex.info/exif.cgi
According to this thread, http://www.imagemagick.com/discourse-se ... 2&p=116316), it sounds like ImageMagick 6.8.9-10 will support these sort of conversions now.
Any advice on this?
Thanks!
Chris