Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
I've got some repro-images, which have been transformed to FOGRA39 (coated). For the web, I need to transfer them to sRGB.
In directory ~/profiles/ there are "sRGB-IEC61966-2-1.icc" and "CoatedFOGRA39.icc".
My issue:
The resulting TIFFs don't have the same color! The color in "2" are darker. I've extracted the ICC profile from repro.tif - it's equal to the one in ~/profiles/. Seems like the profile in command "2" gets re-applied without checking. I've also transformed it using Photoshop. Of course, Photoshop uses Adobe's algorithms, but the colors of "1" does have a smaller delta than the colors of "2".
You probably should post your repro.tif image so the developers can test with it.
I am not an expert on profiles, but If your image already contains a profile, then I do not think you should provide it again. Just use the new sRGB profile. Your 1. is fine, but I do not think your 2. is proper.
fmw42 wrote:You probably should post your repro.tif image so the developers can test with it.
I can't ... it's under copyright. But I'll create a small extract. There you go: https://ufile.io/caa1
fmw42 wrote:Your 1. is fine, but I do not think your 2. is proper.
But guess someone knows which profile was used to create the image, but missed to embedd the ICC.. Of course, he could use exiftools to embedd it, but "-profile" should better tell magick, which profiled colorspace is used. Right now, it does some unknown transformation.
Last edited by Lars-Daniel on 2016-10-02T15:03:38-07:00, edited 2 times in total.
Since your file includes the stated Coated FOGRA39 (ISO 12647-2:2004) CMYK profile, you should only use one sRGB profile to convert. The following works fine for me on IM 6.9.6.0 Q16 Mac OSX, except the intent is not converting to relative. Identify -verbose still shows perceptual. I can only assume that tiff does not support any other intent. Otherwise, it could be a limitation of libtiff. I am using LIBTIFF, Version 4.0.6. I am not sure if that is the latest.