Go to file
Mike Frysinger 9104bba078 configure: use AS_HELP_STRING everywhere 2015-11-23 15:24:21 -05:00
VMS Make distcheck work (fixes #54) 2013-05-04 22:23:38 +02:00
cmake/modules fix CMake error when ENABLE_WEBP 2015-05-07 17:48:37 +08:00
config missing file in archive, need for autoreconf 2015-03-24 06:52:12 +01:00
docs fix CMake error when ENABLE_WEBP 2015-05-07 17:48:37 +08:00
examples new example "resize" 2014-03-12 17:02:39 +01:00
m4 Define BGDWIN32 on MinGW when using autotools 2013-04-23 05:36:16 +02:00
netware Updated Netware makefile 2013-11-07 19:44:45 -05:00
src Logical Operation && has no Impact on expression result . 2015-11-09 07:28:25 +05:30
test Remove one more outstanding Makefile.am 2013-04-08 09:21:16 +02:00
tests fix CMake error when ENABLE_WEBP 2015-05-07 17:48:37 +08:00
windows delete webpimg.c references 2015-04-11 16:25:49 -04:00
.gitignore ignore new tests 2015-02-28 17:25:49 -05:00
.travis.yml Add Debian/Ubuntu M-A specific configure options 2015-01-22 14:05:45 +01:00
CMakeLists.txt fix CMake error when ENABLE_WEBP 2015-05-07 17:48:37 +08:00
CONTRIBUTORS Add contributors list 2015-01-14 04:05:51 +01:00
COPYING add COPYING 2013-04-12 00:58:26 +02:00
ChangeLog update changelog, keep only 2.1.0 2015-01-14 03:38:05 +01:00
Makefile.am distribute README and CONTRIBUTORS 2015-01-14 04:09:04 +01:00
NEWS fixed FS#100 2010-01-19 17:58:20 +09:00
README add CONTRIBUTORS list 2015-01-14 04:07:55 +01:00
appveyor.yml squash test commits; add deps from nuget; fix bindings 2014-10-30 01:44:14 +02:00
bootstrap.sh Merge remote-tracking branch 'upstream/master' 2013-11-18 19:15:31 -05:00
configure.ac configure: use AS_HELP_STRING everywhere 2015-11-23 15:24:21 -05:00
make_drone.io add thumbs 2014-10-29 21:52:55 +02:00
thumbs.bat squash test commits; add deps from nuget; fix bindings 2014-10-30 01:44:14 +02:00
thumbs.sh Thumbs: use rsync -u on osx as it doesn't have cp -u 2014-12-28 00:59:59 +02:00

README

GD is an open source code library for the dynamic creation of images by programmers.

GD is written in C, and "wrappers" are available for Perl, PHP and other languages. GD creates PNG, 
JPEG, GIF, WebP, XPM, BMP images, among other formats. GD is commonly used to generate charts, 
graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web.

The most common applications of GD involve website development.

The library was originally developped by Thomas Boutell and is now maintained by many contributors (see the CONTRIBUTORS file) 
under the umbrella of PHP.net.