6.8.8-8 - tiff.c

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.
Post Reply
argv[0]
Posts: 10
Joined: 2013-07-24T01:05:06-07:00
Authentication code: 6789

6.8.8-8 - tiff.c

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: 6.8.8-8 - tiff.c

Post by magick »

We'll get a patch into the ImageMagick 6.9.0-0 release within the next fews weeks. Thanks.
Post Reply