1GIFWEDGE(1) GIFLIB Documentation GIFWEDGE(1)
2
3
4
6 gifwedge - create a GIF test pattern
7
9 gifwedge [-v] [-l lvls] [-s sizex sizey] [-h] [gif-file]
10
12 A program to create a test GIF image with intensity levels of the RGB
13 colors YCM colors and white.
14
16 -v
17 Verbose mode (show progress). Enables printout of running scan
18 lines.
19
20 -l lvls
21 Set number of intensity levels per color. This number must be power
22 of two up to 32, as Gif format can only have 256 color
23 simultaneously and 7 basic colors are to be displayed.
24
25 -s sizex sizey
26 Force image size to be SizeX by SizeY pixels. Image size will be
27 rounded down to be a multiple of number of intensities
28 horizontally, and 7 (colors) vertically.
29
30 -h
31 Print one line command line help, similar to Usage above.
32
34 Gershon Elber.
35
36
37
38GIFLIB 2 May 2012 GIFWEDGE(1)