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

rlebox - print bounding box for image in an RLE file.

rlebox [ -c ] [ -m margin ] [ -v ] [ infile ]

This program prints the bounding box for the image portion of an RLE(5) file. This is distinct from the bounds in the file header, since it is computed solely on the basis of the actual image. All background pixels are ignored.

-c
Print the numbers in the order that crop wants them on its command line. The default order is xmin xmax ymin ymax. If this option is specified, the bounds are printed in the order xmin ymin xmax ymax. Thus, a file foo.rle could be trimmed to the smallest possible image by the command
	crop `rlebox -c foo.rle` foo.rle
    
-m margin
Pads the output values by the margin given.
-v
Verbose mode: label the numbers for human consumption.
infile
Name of the RLE file (defaults to standard input).

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

Spencer W. Thomas, University of Utah
February 12, 1987 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.