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

rlebg - generate simple backgrounds

rlebg [ -l ] [ -v [ top [ bottom ] ] ] [ -s xsize ysize ] [ -o outfile ] red green blue [ alpha ]

rlebg generates a simple background. These are typically used for compositing below other images. The values red green blue specify the pixel values (between 0 and 255) the background will have. If alpha is not specified, it defaults to 255 (full coverage). rlebg generates both constant backgrounds and backgrounds with continuous ramps.

-s xsize ysize
This is the size of the background image. The default is 512×480.
-l
Generate a linear ramp of pixel values. If no ramp flag is given, rlebg generates a constant background.
-v top bottom
Generate a variable ramp, using a quadratic function (this looks best with gamma corrected images). top and bottom are the fractions of the full color values at the top and bottom of the image. The defaults are 1.0 0.1, respectively. If both -v and -l are given, then a linear ramp function is used instead of a quadratic ramp.
-o outfile
If specified, the output will be written to this file. If outfile is "-", or if it is not specified, the output will be written to the standard output stream.

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

Rod Bogart
November 12, 1986 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.