]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/man/gif2tiff.1
fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / tiff / man / gif2tiff.1
1 .\"
2 .\" Copyright (c) 1991-1997 Sam Leffler
3 .\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
4 .\"
5 .\" Permission to use, copy, modify, distribute, and sell this software and
6 .\" its documentation for any purpose is hereby granted without fee, provided
7 .\" that (i) the above copyright notices and this permission notice appear in
8 .\" all copies of the software and related documentation, and (ii) the names of
9 .\" Sam Leffler and Silicon Graphics may not be used in any advertising or
10 .\" publicity relating to the software without the specific, prior written
11 .\" permission of Sam Leffler and Silicon Graphics.
12 .\"
13 .\" THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
14 .\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
15 .\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
16 .\"
17 .\" IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
18 .\" ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
19 .\" OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
20 .\" WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
21 .\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
22 .\" OF THIS SOFTWARE.
23 .\"
24 .if n .po 0
25 .TH GIF2TIFF 1 "November 2, 2005" "libtiff"
26 .SH NAME
27 gif2tiff \- create a
28 .SM TIFF
29 file from a GIF87 format image file
30 .SH SYNOPSIS
31 .B gif2tiff
32 [
33 .I options
34 ]
35 .I input.gif
36 .I output.tif
37 .SH DESCRIPTION
38 .I Gif2tiff
39 converts a file in the GIF87 format to
40 .SM TIFF.
41 The
42 .SM TIFF
43 image is created as a palette image, with samples
44 compressed with the Lempel-Ziv & Welch algorithm (\c
45 .IR Compression =5).
46 These characteristics can overridden, or explicitly specified
47 with the options described below.
48 .SH OPTIONS
49 .TP
50 .B \-c
51 Specify a compression scheme to use when writing image data:
52 .B "\-c none"
53 for no compression,
54 .B "\-c packbits"
55 for the PackBits compression algorithm,
56 .B "\-c zip"
57 for the Deflate compression algorithm,
58 and
59 .B "\-c lzw"
60 for Lempel-Ziv & Welch (the default).
61 .TP
62 .B \-r
63 Write data with a specified number of rows per strip;
64 by default the number of rows/strip is selected so that each strip
65 is approximately 8 kilobytes.
66 .SH NOTES
67 The program is based on Paul Haeberli's
68 .I fromgif
69 program which, in turn, is based on Marcel J.E. Mol's GIF reader.
70 .SH BUGS
71 Should have more options to control output format.
72 .SH "SEE ALSO"
73 .BR pal2rgb (1),
74 .BR tiffinfo (1),
75 .BR tiffcp (1),
76 .BR tiffmedian (1),
77 .BR libtiff (3)
78 .PP
79 Libtiff library home page:
80 .BR http://www.remotesensing.org/libtiff/