php-src/ext/gd
Christoph M. Becker 81fd113506 Support TGA reading
We add PHP bindings for libgd's features to read TGA files, which are
available as of libgd 2.1.0.

As PHP's bundled libgd doesn't yet include the respective features of the
external libgd, we add these.

Since TGA has no easily recognizable file signature, we don't add TGA
support for imagecreatefromstring() or getimagesize() and friends.
2019-06-20 23:40:51 +02:00
..
libgd Support TGA reading 2019-06-20 23:40:51 +02:00
tests Support TGA reading 2019-06-20 23:40:51 +02:00
config.m4 Support TGA reading 2019-06-20 23:40:51 +02:00
config.w32 Support TGA reading 2019-06-20 23:40:51 +02:00
CREDITS
gd.c Support TGA reading 2019-06-20 23:40:51 +02:00
gd_compat.c Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
gd_compat.h Remove unused function 2018-02-09 17:39:24 +01:00
gd_ctx.c Remove dead code 2019-02-28 13:11:41 +01:00
php_gd.h Support TGA reading 2019-06-20 23:40:51 +02:00