summaryrefslogtreecommitdiff
path: root/tests/gdtransformaffinecopy
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #596: gdTransformAffineCopy run errorwilson chen2020-03-214-1/+46
| | | And add test case for it.
* Fix #586: gdTransformAffineCopy() segfaults on palette imagesChristoph M. Becker2020-01-054-1/+30
| | | | We have to properly distinguish between truecolor and palette images.
* Fix #585: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-044-1/+37
| | | | We have to properly initialize `interpolation_id_bak`.
* Remove trailing whitespaceChristoph M. Becker2020-01-041-1/+1
|
* Fix #583: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-044-0/+41
We have to check the return value of `gdAffineInvert()`, and on failure let `gdTransformAffineCopy()` fail as well.