Go to file
Pierre Joye 2912c0a2e0 distribute README and CONTRIBUTORS 2015-01-14 04:09:04 +01:00
VMS Make distcheck work (fixes #54) 2013-05-04 22:23:38 +02:00
cmake/modules Add libiconv support to CMake files 2014-10-02 14:59:29 -04:00
config Added beginnings of an updated manual 2013-11-18 18:21:27 -05:00
docs Started importing the old manual into Naturaldocs comments. 2014-01-07 15:29:06 -05: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 prep release 2015-01-14 04:06:45 +01:00
test Remove one more outstanding Makefile.am 2013-04-08 09:21:16 +02:00
tests add sanity check and fix leak on exit 2015-01-14 02:29:40 +01:00
windows Replace windows MSVC makefile; update msys iconv path. 2015-01-07 01:52:00 -05:00
.gitignore squash everything 2014-09-30 00:18:11 +03:00
.travis.yml Thumbs: add osx settings for travis 2015-01-06 16:45:44 +02:00
CMakeLists.txt update version 2015-01-14 03:42:53 +01: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 bootstrap.sh now offers build tips on OS X and defaults to glibtoolize 2014-10-02 12:34:50 -04:00
configure.ac Silence automake 1.14 warnings ("source file is in a subdirectory, but option subdir-objects is disabled"). 2014-10-02 13:39:43 -04: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.