Cannot extract ICC color profile
Posted: 2012-08-26T13:05:38-07:00
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:
And it fails with the message:
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.
The command is as follows:
Code: Select all
convert cmyk.jpg icc:profile.icc
Code: Select all
convert: no color profile is available `profile.icc' @ error/meta.c/WriteMETAImage/2382.