mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ba556a9078
PR: 2329 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
14 lines
608 B
Plaintext
14 lines
608 B
Plaintext
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.
|