2003-08-18 18:15:10 +02:00
|
|
|
gd is a graphics library. It allows your code to quickly draw images
|
|
|
|
complete with lines, arcs, text, multiple colors, cut and paste from
|
|
|
|
other images, and flood fills, and write out the result as a PNG, GIF
|
|
|
|
or JPEG file. This is particularly useful in World Wide Web applications,
|
|
|
|
where PNG, GIF and JPEG are three of the formats accepted for inline
|
|
|
|
images by most browsers.
|
1998-04-04 16:25:54 +02:00
|
|
|
|
2007-02-22 21:33:06 +01:00
|
|
|
gd does not provide for every possible desirable graphics operation,
|
2003-08-18 18:15:10 +02:00
|
|
|
but version 2.0 does include most frequently requested features,
|
|
|
|
including both truecolor and palette images, resampling (smooth
|
|
|
|
resizing of truecolor images) and so forth.
|
2003-07-01 19:16:00 +02:00
|
|
|
|
2007-02-22 21:33:06 +01:00
|
|
|
WWW: http://www.libgd.org/
|