PCS illuminant is not D50 convert.exe

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
grolph
Posts: 3
Joined: 2015-08-12T07:06:21-07:00
Authentication code: 1151

PCS illuminant is not D50 convert.exe

Post 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.
246246
Posts: 190
Joined: 2015-07-06T07:38:22-07:00
Authentication code: 1151

Re: PCS illuminant is not D50 convert.exe

Post 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
grolph
Posts: 3
Joined: 2015-08-12T07:06:21-07:00
Authentication code: 1151

Re: PCS illuminant is not D50 convert.exe

Post 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?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: PCS illuminant is not D50 convert.exe

Post 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?
snibgo's IM pages: im.snibgo.com
grolph
Posts: 3
Joined: 2015-08-12T07:06:21-07:00
Authentication code: 1151

Re: PCS illuminant is not D50 convert.exe

Post by grolph »

I am simply doing:

convert concplot.ps concplot.gif
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: PCS illuminant is not D50 convert.exe

Post 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.
snibgo's IM pages: im.snibgo.com
Post Reply