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

rlegrid - create grids and checkerboards in rle format

rlegrid [ -b bg_color ] [ -c ] [ -f fg_color ] [ -o outfile ] [ -s xsize ysize ] [ -w width ]

rlegrid generates simple grid and checkboard patterns.

-b bg_color
Specifies the background color value. Should between 0 and 255. Default is 0.
-c
Generate checkboards. With the -c option, rlegrid will generate a checkboard with squares of size width on a side. Squares will alternate between the foreground and background colors.

Without the -c option, rlegrid will generate a grid. Grid lines will be width apart and will be in the foreground color. The remainder of the image will be in the background color.

-f fg_color
Specifies the background color value. Should between 0 and 255. Default is 255.
-o outfile
Specifies where to place the resulting image. The default is to write to stdout. If outfile is "-", the output will be written to the standard output stream.
-s xsize yssize
This is the size of the resulting image. Default is 512x512.
-w width
The spacing between grid lines or checkboard squares. The default is 16.

rlebg(1),

James S. Painter
November 26, 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.