I am getting this error message after installing Version 6.9.1 Q16 of ImageMagick:
convert.exe: iCCP: profile 'default_rgb.icc': 0h: PCS illuminant is not D50 `C:/Users/GLENN~1.ROL/AppData/Local/Temp/magick-1552TL0ZsczoXr3s1' @ warning/png.c/MagickPNGWarningHandler/1656.
How can I get rid of this message (the convert works, but this message is interfering with my script). Thanks.
PCS illuminant is not D50 convert.exe
Re: PCS illuminant is not D50 convert.exe
Use -quiet option to convert.grolph wrote: How can I get rid of this message (the convert works, but this message is interfering with my script).
http://www.imagemagick.org/script/comma ... .php#quiet
Re: PCS illuminant is not D50 convert.exe
Thanks, but is this message something that needs to be addressed on my machine, in other words what is causing this error and can is be corrected?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: PCS illuminant is not D50 convert.exe
What is your command? Are you converting to the default_rgb.icc, or is this already embedded in an image file? Is it supposed to be an sRGB profile?
snibgo's IM pages: im.snibgo.com
Re: PCS illuminant is not D50 convert.exe
I am simply doing:
convert concplot.ps concplot.gif
convert concplot.ps concplot.gif
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: PCS illuminant is not D50 convert.exe
So I guess default_rgb.icc, which has a Profile Connection Space with an illuminant that isn't D50 is embedded in concplot.ps. The only way to eliminate the warning is to convert the image to a better embedded profile. If you do that conversion with IM, I suppose it will give you the warning at that time.
snibgo's IM pages: im.snibgo.com