blob: c6d3bbe3475eab54e5b6e85c14f92f006bdd72e2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
GD module is an interface to the GD library written by Thomas Bouttel:
"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 .GIF file. This is particularly
useful in World Wide Web applications, where .GIF is
the format used for inline images."
It has been extended in some ways from the original GD library.
|