-idenfity always seems to report sRGB colorspace

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
noirsoft
Posts: 2
Joined: 2017-03-28T14:22:43-07:00
Authentication code: 1151

-idenfity always seems to report sRGB colorspace

Post by noirsoft »

We are writing out custom PNG images (sometimes 8 bit, sometimes 16 bit) and we put in a gAMA/ImageGamma 1.0 chunk, and also make sure that there is no sRGB/Renderingntent header chunk. -identify correctly shows gamma 1.0, but still says "colorspace: sRGB"
noirsoft
Posts: 2
Joined: 2017-03-28T14:22:43-07:00
Authentication code: 1151

Re: -idenfity always seems to report sRGB colorspace

Post by noirsoft »

ps if it matters: are writing out the PNG images from a different library, we are only using Imagemagick for post-write idenficiation and comparison. I look at the image in a hex editor to see that the sRGB header chunk is not present in the image.
Post Reply