add CONTRIBUTORS list

master
Pierre Joye 2015-01-14 04:07:55 +01:00
parent d39f7231d5
commit dfa324f10e
1 changed files with 10 additions and 0 deletions

10
README Normal file
View File

@ -0,0 +1,10 @@
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.