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

rlehisto - generate histogram of RLE image.

rlehisto [ -b ] [ -c ] [ -t ] [ -h height ] [ -o outfile ] [ infile ]

Rlehisto counts the pixel values in an RLE file, producing an RLE file graphing frequency of occurrence. The horizontal axis runs from pixel value 0 on the left to pixel value 255 on the right. The height indicates the number of pixels seen for each pixel value. Histograms are computed independently for each channel, scaled identically, and then overlaid.

The following options are available:

-b
Don't count the background pixel values when scaling the histogram. This is useful if most pixels are colored the background color, so that the interesting part of the histogram would be too small. This option is ignored if -c is specified.
-c
Output cumulative values instead of discrete values.
-t
Print the totals instead of generating the histogram as an RLE file.
-h
height Scale the output image to the specified height. The default is 256.
-o outfile
Direct the output to outfile.

urt(1), RLE(5).

Gregg Townsend, University of Arizona; Rod Bogart, University of Utah.
June 25, 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.