table of contents
GIFBG(1) | GIFLIB Documentation | GIFBG(1) |
NAME¶
gifbg - generate a test-pattern GIF
SYNOPSIS¶
gifbg [-v] [-d dir] [-l lvls] [-c R G B] [-m min] [-o max] [-s w h] [-h]
DESCRIPTION¶
A program to generate a single-color test pattern GIF with gradually changing intensity in any of the basic 8 directions.
The gifbg program reads no input, and will dump the created GIF file to stdout.
OPTIONS¶
-v
-d dir
"T"
"TR"
"R"
"BR"
"B"
"BL"
"L"
"TL"
The compass directions may be use as synonyms for the above directions, so for example "NE" is equal to "TR".
Direction is case insensitive. The default direction is Top (North).
-l lvls
-c R G B
-m min
[-M max
-s W H
-h
If min == max = 100 (%) and lvls == 2 then boolean mask image of specified size will be created - all foreground.
AUTHOR¶
Gershon Elber.
2 May 2012 | GIFLIB |