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
GIFTORLE(1) FreeBSD General Commands Manual GIFTORLE(1)

giftorle - Convert GIF images to RLE format

giftorle [ -c ] [ -o outfile.rle ] [ infile.gif ... ]

Giftorle converts a file from Graphics Interchange Format (GIF) format into RLE format. Multiple input images may be converted, these will be written sequentially to the output RLE file. The origin of a GIF image is at the upper left, while the origin of an RLE image is at the lower left. This program automatically flips the image to preserve its orientation.

-c
Preserve the colormap that the GIF image contains, otherwise the colormap is applied to input image.
-o outfile.rle
If specified, the output will be written to this file. If outfile.rle is "-", or if it is not specified, the output will be written to the standard output stream.
infile.gif ...
The input will be read from these files. If infile.gif is "-" or is not specified, the input will be read from the standard input stream.

GIF and Graphics Interchange Format are both trademarks of CompuServe Incorporated.

rletogif(1), urt(1), RLE(5).

David Koblas (koblas@mips.com or koblas@cs.uoregon.edu)

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.