pkgsrc/graphics/urt/pkg/DESCR
agc 8121109e7f Addition of Utah Raster Toolkit, version 3.1b1 (a toolkit and library
for raster image processing), to the NetBSD packages collection.  This
was taken originally from the FreeBSD port, but hacked around by
myself to make it work properly on NetBSD.
1998-08-24 16:55:35 +00:00

13 lines
608 B
Text

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.