summaryrefslogtreecommitdiff
path: root/graphics/giflib/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-10-31 22:52:58 +0000
committerzuntum <zuntum>2001-10-31 22:52:58 +0000
commit7e9524f1017cb18948282b999e45c15b8b9e6dee (patch)
treeb3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /graphics/giflib/DESCR
parent41c8c3cd74ce618106e762374834328ba0c18a8c (diff)
downloadpkgsrc-7e9524f1017cb18948282b999e45c15b8b9e6dee.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'graphics/giflib/DESCR')
-rw-r--r--graphics/giflib/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/giflib/DESCR b/graphics/giflib/DESCR
new file mode 100644
index 00000000000..974ae0b7020
--- /dev/null
+++ b/graphics/giflib/DESCR
@@ -0,0 +1,13 @@
+Giflib is a GIF manipulation library and tools. Note that this package
+has potential patent problems: giflib incorporates the LZW compression
+algorithm whose patent is currently held by Unisys.
+
+The tools include programs to clip, rotate, scale, and position
+GIF images. It includes code to dump GIFs to an Epson-compatible printer
+in graphics mode, and several conversion utilities.
+
+The library includes program-callable entry points for reading and writing
+GIF files, an 8x8 utility font for embedding text in GIFs, and an error
+handler. GIF manipulation can be done at a relatively low level by
+sequential I/O (which automatically does/undoes image compression) or at
+a higher level by slurping an entire GIF into allocated core.