summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug79676.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix #79676: imagescale adds black border with IMG_BICUBICChristoph M. Becker2020-06-121-0/+31
We have to loop over all image pixels to avoid the black border. This is also done in external libgd in `_gdScaleOneAxis` and `_gdScalePass`.