]> granicus.if.org Git - php/commit
Fixed bug #61221 - imagegammacorrect function loses alpha channel
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 6 Jun 2015 12:57:38 +0000 (14:57 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 17 Jun 2015 00:15:59 +0000 (02:15 +0200)
commit7469c7e7d0cee78abfaeeb087be494939bee82a9
tree22eaf6a696c50d44869a3d1ada7413d113c50e21
parent558342124efe5ed3a31dd0d85f2baf40f953ac6d
Fixed bug #61221 - imagegammacorrect function loses alpha channel

When applying imagegammacorrect() the alpha channel is now fully retained, instead of being completely lost.
ext/gd/gd.c
ext/gd/tests/bug61221.phpt [new file with mode: 0644]