]> granicus.if.org Git - php/commit
Fix #73281: imagescale(…, IMG_BILINEAR_FIXED) can cause black border
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 10 Jan 2019 15:11:23 +0000 (16:11 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 10 Jan 2019 15:11:23 +0000 (16:11 +0100)
commit6b4cdbaade1b077e8f0eceecb0e07921fed00aff
tree7966f9da36372a5766c661f7b65485dc0690418e
parent772b1cb245ebe19e220a2552d1e2b700d15f2c68
Fix #73281: imagescale(…, IMG_BILINEAR_FIXED) can cause black border

We port the upstream fixes for libgd/libgd#329 and libgd/libgd#224.
NEWS
ext/gd/libgd/gd_interpolation.c
ext/gd/tests/bug73281.phpt [new file with mode: 0644]