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

rletogray - Splits an RLE format file into gray scale images.

rletogray [ -o prefix ] [ infile ]

Rletogray reads a file in RLE(5) format and splits the file into unencoded binary files, one for each channel in the RLE file. The output file names will be constructed from the input file name or a specified prefix.

If an input infile is specified, then the output file names will be in the form "rlefileroot.{alpha, red, green, blue}", where rlefileroot is infile with any ".rle" suffix stripped off. If the option -o prefix is specified, then the output file names will be of the form "prefix.{alpha, red, green, blue}". If neither option is given, then the output file names will be "out.{alpha, red, green, blue}". Input will be read from infile if specified, from standard input, otherwise. If more channels than just red, green, blue, and alpha are present in the input, numeric suffixes will be used for the others.

-o prefix
Specifies the output file name prefix to be used.
infile
This option is used to name the input file. If not present, input is taken from stdin.

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

Michael J. Banks, University of Utah.
June 24, 1988 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.