Page 1 of 1

Cannot extract ICC color profile

Posted: 2012-08-26T13:05:38-07:00
by rogercampos
Hi, I just upgraded ImageMagick to the latest 6.7.9 version and I discovered that now convert is unable to extract an ICC color profile from an image that was previously working.

The command is as follows:

Code: Select all

convert cmyk.jpg icc:profile.icc
And it fails with the message:

Code: Select all

convert: no color profile is available `profile.icc' @ error/meta.c/WriteMETAImage/2382.
I manually downloaded and installed the version 6.7.7-2 and now the previous command works fine, as before. It seems a bug to me as the error message is "no color profile is available", however a previous version of imagemagick is able to recognize it and extract it.

Re: Cannot extract ICC color profile

Posted: 2012-08-26T14:38:15-07:00
by magick
Post a URL to your image. We need to download it and reproduce the problem before we can fix it.

Re: Cannot extract ICC color profile

Posted: 2012-08-28T14:53:45-07:00
by magick
We can reproduce the problem you posted and have a patch. Look for it in the next point release of ImageMagick within by sometime next week. Thanks.

Re: Cannot extract ICC color profile

Posted: 2016-11-24T07:05:11-07:00
by sahildua2305
I am using ImageMagick 6.8.6-0 and I am getting the same error.

Was it fixed in this version?

Re: Cannot extract ICC color profile

Posted: 2016-11-24T07:36:15-07:00
by glennrp
sahildua2305 wrote:I am using ImageMagick 6.8.6-0 and I am getting the same error.

Was it fixed in this version?
Yes, it seems so, according to the ChangeLog:
  • 2012-08-28 6.7.9-3 Cristy <quetzlzacatenango@image...>
    * Don't remove color profile when setting the image colorspace (reference
    viewtopic.php?f=3&t=21747).