I have run the command:
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:
convert mirrored_image.png -resize 256x256 resize_image.png
and it throws the following error ...
Search found 2 matches
- 2016-07-05T16:29:35-07:00
- Forum: Developers
- Topic: libpng warning: Ignoring incorrect gAMA value when sRGB is also present
- Replies: 2
- Views: 7028
- 2016-07-05T16:28:43-07:00
- Forum: Users
- Topic: libpng warning: Ignoring incorrect gAMA value when sRGB is also present
- Replies: 1
- Views: 2124
libpng warning: Ignoring incorrect gAMA value when sRGB is also present
I have run the command:
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:
convert mirrored_image.png -resize 256x256 resize_image.png
and it throws the following error ...
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:
convert mirrored_image.png -resize 256x256 resize_image.png
and it throws the following error ...