summaryrefslogtreecommitdiff
path: root/graphics/urt/pkg-descr
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-03 23:41:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-03 23:41:07 +0000
commitba556a9078015282bcb5d75e77cb79eb354b3b42 (patch)
treeff972f03fbe61c305f1a5c638cdac03471c0307d /graphics/urt/pkg-descr
parente214bd821e12c3323c87d5374d83b76abeb51e91 (diff)
downloadfreebsd-ports-ba556a9078015282bcb5d75e77cb79eb354b3b42.zip
Utah Raster Toolkit.
PR: 2329 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Diffstat (limited to 'graphics/urt/pkg-descr')
-rw-r--r--graphics/urt/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/urt/pkg-descr b/graphics/urt/pkg-descr
new file mode 100644
index 000000000000..b0c4b12d2acf
--- /dev/null
+++ b/graphics/urt/pkg-descr
@@ -0,0 +1,13 @@
+The Utah Raster toolkit is a collection of programs and C routines for
+dealing with raster images commonly encountered in computer graphics. It
+provides the following major functions:
+
+ * A device and system independent image format for storing images
+ and information about them. Called the RLE format, it uses
+ run length encoding to reduce storage space for most images.
+
+ * A library of C routines for reading, writing and manipulating
+ images stored in the RLE format.
+
+ * A collections of programs for manipulating and displaying RLE
+ images.