Page 1 of 1

PCS illuminant is not D50 convert.exe

Posted: 2015-08-12T07:10:18-07:00
by grolph
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.

Re: PCS illuminant is not D50 convert.exe

Posted: 2015-08-12T07:15:13-07:00
by 246246
grolph wrote: How can I get rid of this message (the convert works, but this message is interfering with my script).
Use -quiet option to convert.

http://www.imagemagick.org/script/comma ... .php#quiet

Re: PCS illuminant is not D50 convert.exe

Posted: 2015-08-12T08:56:53-07:00
by grolph
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?

Re: PCS illuminant is not D50 convert.exe

Posted: 2015-08-12T12:10:43-07:00
by snibgo
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?

Re: PCS illuminant is not D50 convert.exe

Posted: 2015-08-13T06:42:05-07:00
by grolph
I am simply doing:

convert concplot.ps concplot.gif

Re: PCS illuminant is not D50 convert.exe

Posted: 2015-08-13T07:07:01-07:00
by snibgo
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.