jpayne@68
|
1 '\" t
|
jpayne@68
|
2 .\" Title: gifwedge
|
jpayne@68
|
3 .\" Author: [see the "Author" section]
|
jpayne@68
|
4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
jpayne@68
|
5 .\" Date: 2 May 2012
|
jpayne@68
|
6 .\" Manual: GIFLIB Documentation
|
jpayne@68
|
7 .\" Source: GIFLIB
|
jpayne@68
|
8 .\" Language: English
|
jpayne@68
|
9 .\"
|
jpayne@68
|
10 .TH "GIFWEDGE" "1" "2 May 2012" "GIFLIB" "GIFLIB Documentation"
|
jpayne@68
|
11 .\" -----------------------------------------------------------------
|
jpayne@68
|
12 .\" * Define some portability stuff
|
jpayne@68
|
13 .\" -----------------------------------------------------------------
|
jpayne@68
|
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
jpayne@68
|
15 .\" http://bugs.debian.org/507673
|
jpayne@68
|
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
jpayne@68
|
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
jpayne@68
|
18 .ie \n(.g .ds Aq \(aq
|
jpayne@68
|
19 .el .ds Aq '
|
jpayne@68
|
20 .\" -----------------------------------------------------------------
|
jpayne@68
|
21 .\" * set default formatting
|
jpayne@68
|
22 .\" -----------------------------------------------------------------
|
jpayne@68
|
23 .\" disable hyphenation
|
jpayne@68
|
24 .nh
|
jpayne@68
|
25 .\" disable justification (adjust text to left margin only)
|
jpayne@68
|
26 .ad l
|
jpayne@68
|
27 .\" -----------------------------------------------------------------
|
jpayne@68
|
28 .\" * MAIN CONTENT STARTS HERE *
|
jpayne@68
|
29 .\" -----------------------------------------------------------------
|
jpayne@68
|
30 .SH "NAME"
|
jpayne@68
|
31 gifwedge \- create a GIF test pattern
|
jpayne@68
|
32 .SH "SYNOPSIS"
|
jpayne@68
|
33 .HP \w'\fBgifwedge\fR\ 'u
|
jpayne@68
|
34 \fBgifwedge\fR [\-v] [\-l\ \fIlvls\fR] [\-s\ \fIsizex\fR\ \fIsizey\fR] [\-h] [\fIgif\-file\fR]
|
jpayne@68
|
35 .SH "DESCRIPTION"
|
jpayne@68
|
36 .PP
|
jpayne@68
|
37 A program to create a test GIF image with intensity levels of the RGB colors YCM colors and white\&.
|
jpayne@68
|
38 .SH "OPTIONS"
|
jpayne@68
|
39 .PP
|
jpayne@68
|
40 \-v
|
jpayne@68
|
41 .RS 4
|
jpayne@68
|
42 Verbose mode (show progress)\&. Enables printout of running scan lines\&.
|
jpayne@68
|
43 .RE
|
jpayne@68
|
44 .PP
|
jpayne@68
|
45 \-l lvls
|
jpayne@68
|
46 .RS 4
|
jpayne@68
|
47 Set number of intensity levels per color\&. This number must be power of two up to 32, as Gif format can only have 256 color simultaneously and 7 basic colors are to be displayed\&.
|
jpayne@68
|
48 .RE
|
jpayne@68
|
49 .PP
|
jpayne@68
|
50 \-s sizex sizey
|
jpayne@68
|
51 .RS 4
|
jpayne@68
|
52 Force image size to be SizeX by SizeY pixels\&. Image size will be rounded down to be a multiple of number of intensities horizontally, and 7 (colors) vertically\&.
|
jpayne@68
|
53 .RE
|
jpayne@68
|
54 .PP
|
jpayne@68
|
55 \-h
|
jpayne@68
|
56 .RS 4
|
jpayne@68
|
57 Print one line command line help, similar to Usage above\&.
|
jpayne@68
|
58 .RE
|
jpayne@68
|
59 .SH "AUTHOR"
|
jpayne@68
|
60 .PP
|
jpayne@68
|
61 Gershon Elber\&.
|