1GIFBG(1) GIFLIB Documentation GIFBG(1)
2
3
4
6 gifbg - generate a test-pattern GIF
7
9 gifbg [-v] [-d dir] [-l lvls] [-c R G B] [-m min] [-o max] [-s w h]
10 [-h]
11
13 A program to generate a single-color test pattern GIF with gradually
14 changing intensity in any of the basic 8 directions.
15
16 The gifbg program reads no input, and will dump the created GIF file to
17 stdout.
18
20 -v
21 Verbose mode (show progress). Enables printout of running scan
22 lines.
23
24 -d dir
25 Select direction the intensity of the background should increase.
26 Direction can be one of the 8 principal directions:
27
28 "T"
29 for Top
30
31 "TR"
32 for Top Right
33
34 "R"
35 for Right
36
37 "BR"
38 for Bottom Right
39
40 "B"
41 for Bottom
42
43 "BL"
44 for Bottom Left
45
46 "L"
47 for left
48
49 "TL"
50 for Top Left
51
52 The compass directions may be use as synonyms for the above
53 directions, so for example "NE" is equal to "TR".
54
55 Direction is case insensitive. The default direction is Top
56 (North).
57
58 -l lvls
59 Numeric, nmber of levels the color will be scaled to. Default is
60 16.
61
62 -c R G B
63 What to use as the primary background color to scale. This color is
64 scaled between the minimum intensity (min) and maximum intensity
65 (max) from one end of the screen to the other as defined by dir.
66 See below (-m & -M) for min & max. Default is Blue (0, 0, 255).
67
68 -m min
69 Minimum intensity (in percent) to scale color. Default 10%
70
71 [-M max
72 Maximum intensity (in percent) to scale color. Default 100%
73
74 -s W H
75 Size of image to create. Default 640 by 350.
76
77 -h
78 Print one line of command line help, similar to Usage above.
79
80 If min == max = 100 (%) and lvls == 2 then boolean mask image of
81 specified size will be created - all foreground.
82
84 Gershon Elber.
85
86
87
88GIFLIB 2 May 2012 GIFBG(1)