libpng warning: Ignoring incorrect gAMA value when sRGB is also present
Posted: 2016-07-05T16:28:43-07:00
I have run the command:
to mirror an image. It worked, and examining the result, it is correct. However, I then went to resize the result with the following:
and it throws the following error:
libpng warning: Ignoring incorrect gAMA value when sRGB is also present
Anyone know how to solve this?
Code: Select all
convert -flop image.png mirrored_image.png
Code: Select all
convert mirrored_image.png -resize 256x256 resize_image.png
libpng warning: Ignoring incorrect gAMA value when sRGB is also present
Anyone know how to solve this?