GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RLETOGIF(1) FreeBSD General Commands Manual RLETOGIF(1)

rletogif - Convert RLE files to GIF format.

rletogif [ -o outfile.gif ] [ infile.rle ]

This program converts an RLE(5) image file to GIF format. The input file must be a single channel (8 bit) image. Three channel (24 bit) images can be converted to single channel images using the programs tobw(1), to8(1), mcut(1), or rlequant(1). The input image will be flipped vertically, since the GIF origin is in the upper left, and the RLE origin is in the lower left. Only a single image will be converted.

-o outfile.gif
If specified, the output will be written to this file. If outfile.gif is "-", or if it is not specified, the output will be written to the standard output stream.
infile.rle
The input will be read from this file. If infile.rle is "-" or is not specified, the input will be read from the standard input stream.

to8(1), mcut(1), rlequant(1), giftorle(1), urt(1), RLE(5).

Bailey Brown, University of Michigan
July 3, 1990 4th Berkeley Distribution

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.