php-src/ext/gd
Christoph M. Becker 2e34febb73 Fix #66882: imagerotate by -90 degrees truncates image by 1px
Contrary to the external libgd, the bundled libgd doesn't use optimized
rotation algorithms for negative square angles. We fix that now.

There are other improvements in gdImageRotateInterpolated() in the external
libgd. I'll leave them out for now, in the hope that we'll be able to rejoin
the two libraries rather soon.
2015-07-13 22:18:56 +02:00
..
libgd Fix #66882: imagerotate by -90 degrees truncates image by 1px 2015-07-13 22:18:56 +02:00
tests Fix #66882: imagerotate by -90 degrees truncates image by 1px 2015-07-13 22:18:56 +02:00
config.m4 Fix bug #68656 Report gd library version 2014-12-26 08:33:21 +01:00
config.w32 backport gd config.w32 to support freetype 2.5 2015-02-12 20:27:48 +01:00
CREDITS add Marcus, enough work done 2003-06-15 20:16:46 +00:00
gd_compat.c gd: fix previous (bad include) 2013-05-06 10:07:06 +02:00
gd_compat.h Revert removal of overflow2 use in gd.c 2013-05-06 10:00:45 +02:00
gd_ctx.c Fix #66339: PHP segfaults in imagexbm 2015-07-11 20:54:07 +02:00
gd.c Fix #70047: gd_info() doesn't report WebP support 2015-07-11 17:49:13 +02:00
gd.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
gdcache.c Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdef 2013-05-04 16:50:06 +02:00
gdcache.h Last bit of CS fixes. 2003-12-28 21:08:46 +00:00
php_gd.h bump year 2015-01-15 23:26:37 +08:00