libpng warning: Ignoring incorrect gAMA value when sRGB is also present

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
cbelth
Posts: 2
Joined: 2016-07-05T16:24:52-07:00
Authentication code: 1151

libpng warning: Ignoring incorrect gAMA value when sRGB is also present

Post by cbelth »

I have run the command:

Code: Select all

convert -flop image.png mirrored_image.png
to mirror an image. It worked, and examining the result, it is correct. However, I then went to resize the result with the following:

Code: Select all

convert mirrored_image.png -resize 256x256 resize_image.png
and it throws the following error:
libpng warning: Ignoring incorrect gAMA value when sRGB is also present
Anyone know how to solve this?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: libpng warning: Ignoring incorrect gAMA value when sRGB is also present

Post by fmw42 »

Please do not double post. See your post in Developers forum.
Post Reply