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.
argv[0]
Posts: 10 Joined: 2013-07-24T01:05:06-07:00
Authentication code: 6789
Post
by argv[0] » 2014-03-31T08:43:55-07:00
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
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2014-03-31T09:12:13-07:00
We'll get a patch into the ImageMagick 6.9.0-0 release within the next fews weeks. Thanks.