php-src/ext/gd/libgd
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
..
bmp.h Implement #69606: Support BMPs (added in GD 2.1.0) 2017-01-04 14:55:02 +01:00
gd.c Fix abs(long) warnings in gd.c 2019-06-11 16:50:25 +02:00
gd.h Support TGA reading 2019-06-20 23:40:51 +02:00
gd2copypal.c
gd2time.c
gd2topng.c
gd_bmp.c Merge branch 'PHP-7.2' into PHP-7.3 2018-12-31 20:50:19 +01:00
gd_color_match.c Merge branch 'PHP-7.1' into PHP-7.2 2019-01-06 11:57:16 -08:00
gd_crop.c Fix #73291: imagecropauto() $threshold differs from external libgd 2018-12-01 18:49:30 +01:00
gd_errors.h fix syslog interference 2016-10-13 14:40:37 +02:00
gd_filter.c Implemented the gdScatter filter I wrote almost 10 years ago 2019-05-10 02:23:40 +03:00
gd_gd.c
gd_gd2.c fix changed symbol 2017-01-17 10:10:12 +01:00
gd_gif_in.c Fix buffer underflow in gd_gif_in.c 2019-06-19 15:41:45 +02:00
gd_gif_out.c Merge branch 'PHP-7.3' into PHP-7.4 2019-03-06 00:38:12 +01:00
gd_intern.h
gd_interpolation.c Suppress shift UB in gd_itofx() 2019-06-19 17:27:09 +02:00
gd_io.c Fix shift UB in gd_io.c 2019-06-19 15:09:00 +02:00
gd_io.h Implement #69606: Support BMPs (added in GD 2.1.0) 2017-01-04 14:55:02 +01:00
gd_io_dp.c Fixed bug #75111 (Memory disclosure or DoS via crafted .bmp image) 2017-08-24 14:07:10 +02:00
gd_io_file.c
gd_io_ss.c
gd_jpeg.c Remove safeboolean use in gd_jpeg.c 2019-06-11 16:54:45 +02:00
gd_matrix.c Remove extra semicolons 2018-07-25 21:47:04 -03:00
gd_pixelate.c
gd_png.c Unify error handling of bundled and external libgd 2016-10-07 01:13:49 +02:00
gd_rotate.c Fix #73893: A hidden danger of death cycle in a function of gd 2017-01-10 19:52:06 +01:00
gd_security.c Align overflow error messages with upstream 2018-02-10 15:41:33 +01:00
gd_ss.c Unify error handling of bundled and external libgd 2016-10-07 01:13:49 +02:00
gd_tga.c Support TGA reading 2019-06-20 23:40:51 +02:00
gd_tga.h Support TGA reading 2019-06-20 23:40:51 +02:00
gd_topal.c Move freeing of truecolor pixels to a function 2016-10-03 12:11:46 +02:00
gd_transform.c
gd_wbmp.c Fix libgd warnings 2019-04-11 15:54:09 +02:00
gd_webp.c Migrate ext/gd to pkg-config 2019-01-15 10:15:05 +01:00
gd_xbm.c Merge branch 'PHP-7.3' into PHP-7.4 2019-05-27 17:21:28 -07:00
gdcache.c
gdcache.h
gddemo.c
gdfontg.c
gdfontg.h
gdfontl.c
gdfontl.h
gdfontmb.c
gdfontmb.h
gdfonts.c
gdfonts.h
gdfontt.c
gdfontt.h
gdft.c Merge branch 'PHP-7.1' 2016-09-20 01:38:28 +02:00
gdhelpers.c Remove unused variables 2019-03-17 23:29:51 +01:00
gdhelpers.h Port variable image resolution support from libgd 2.1.0 2016-09-19 19:00:58 +02:00
gdkanji.c
gdparttopng.c
gdtables.c
gdtest.c
gdtestft.c
gdtopng.c
gdxpm.c
jisx0208.h
pngtogd.c
pngtogd2.c
testac.c
wbmp.c Fix memory leak 2017-10-23 15:26:08 +02:00
wbmp.h
webpng.c