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

rleprint - Print the values of all the pixels in the file.

rleprint [ -a ] [ infile ]

This program reads an RLE(5) image and prints the values of all the pixels to the standard output. Each pixel is printed on a single line. For example, a count of all the unique pixel values in the file could be obtained by
rleprint pic.rle | sort -u | wc
infile
The input will be read from this file. If infile is "-" or is not specified, the input will be read from the standard input stream.

-a
Print the alpha value (if available) as the last entry on the line.

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

Spencer W. Thomas

This program is of limited utility because of the sheer volume of output it generates.
June 12, 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.