6.8.8-8 - tiff.c
Posted: 2014-03-31T08:43:55-07:00
Code: Select all
2985 if (photometric == PHOTOMETRIC_RGB)
2986 (void) TransformImageColorspace(image,sRGBColorspace);
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