summaryrefslogtreecommitdiff
path: root/graphics/py-gd/pkg/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-gd/pkg/DESCR')
-rw-r--r--graphics/py-gd/pkg/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-gd/pkg/DESCR b/graphics/py-gd/pkg/DESCR
index c6d3bbe3475..23ab3f475e7 100644
--- a/graphics/py-gd/pkg/DESCR
+++ b/graphics/py-gd/pkg/DESCR
@@ -1,3 +1,14 @@
+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 .PNG file. This is
+ particularly useful in World Wide Web applications, where .PNG is
+ the unencumbered format used for inline images."
+
+It has been extended in some ways from the original GD library.
+
+
GD module is an interface to the GD library written by Thomas Bouttel:
"It allows your code to quickly draw images complete