Cannot extract ICC color profile

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
rogercampos
Posts: 6
Joined: 2012-08-26T13:00:20-07:00
Authentication code: 67789

Cannot extract ICC color profile

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

Re: Cannot extract ICC color profile

Post by magick »

Post a URL to your image. We need to download it and reproduce the problem before we can fix it.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Cannot extract ICC color profile

Post 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.
sahildua2305
Posts: 1
Joined: 2016-11-24T07:03:23-07:00
Authentication code: 1151

Re: Cannot extract ICC color profile

Post by sahildua2305 »

I am using ImageMagick 6.8.6-0 and I am getting the same error.

Was it fixed in this version?
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Cannot extract ICC color profile

Post 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).
Post Reply