]> granicus.if.org Git - imagemagick/commit
Fix incorrect decoding of 16-bit GrayAlpha PNG files that have a gAMA chunk.
authorglennrp <glennrp@git.imagemagick.org>
Mon, 8 Sep 2014 23:22:03 +0000 (23:22 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Mon, 8 Sep 2014 23:22:03 +0000 (23:22 +0000)
commitccc36af759d30fb50b1deda241d038402a393b17
tree78542c670edd8e1bc0554445cb6a70730c71afc5
parent6398fb41b2fa07b3234f02c533844504ede388df
Fix incorrect decoding of 16-bit GrayAlpha PNG files that have a gAMA chunk.

The red channel contained the gray levels but green and blue channels were zero
or perhaps undefined.
coders/png.c