Page 1 of 1

6.8.8-8 - tiff.c

Posted: 2014-03-31T08:43:55-07:00
by argv[0]

Code: Select all

2985	    if (photometric == PHOTOMETRIC_RGB) 
2986	      (void) TransformImageColorspace(image,sRGBColorspace);
What does this code?
As a result, embedded profile will be lost when writing RGB image.

Also embedding profile by '-profile' command into RGB images doesn't work:

Code: Select all

$ convert test.tiff -profile /path/to/profile.icm test-profile.tiff
So there is no built-in profile in test-profile.tiff

Re: 6.8.8-8 - tiff.c

Posted: 2014-03-31T09:12:13-07:00
by magick
We'll get a patch into the ImageMagick 6.9.0-0 release within the next fews weeks. Thanks.