summaryrefslogtreecommitdiffstats
path: root/giflib-4.1.6/doc/gifflip.html
blob: a0c11062c90a800af9b57f07c6840970794d226a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype HTML public "-//W3O//DTD W3 HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>gifflip</TITLE>
<link rev=made href=mailto:esr@snark.thyrsus.com>
</HEAD>
<BODY>
Go to <a href="index.html">index page</a>.

<CENTER><H1>gifflip</H1></CENTER>

A program to flip (mirror) GIF file along X or Y axes, or rotate the GIF
file 90 degrees to the left or to the right.<P>

<H1>Usage:</H1>

<pre>
gifflip [-q] [-r] [-l] [-x] [-y] [-h] gif-file
</pre>

If no gif-file is given, GifFlip will try to read a GIF file from stdin.<P>

<H1>Memory required:</H1>

Image.

<H1>Options:</H1>

<DL>
<DT> [-q]
<DD> Quiet mode. Default off on MSDOS, on under UNIX.  Controls printout
   of running scan lines.  Use -q- to invert.<P>

<DT> [-r]
<DD> Rotate the GIF file to the right.<P>

<DT> [-l]
<DD> Rotate the GIF file to the left.<P>

<DT> [-x]
<DD> Mirror the GIF file along the X axis.  Very useful if GIF file was
   created from another format in with the first line in at image bottom.
   Effectively exchanges first row with last.<P>

<DT> [-y]
<DD> Mirror the GIF file along Y axis.
   Effectively exchanges first column with last.<P>

<DT> [-h]
<DD> Print one line of command line help, similar to Usage above.<P>
</DL>

<H1>Author:</H1>

Gershon Elber

<HR>
<ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
</BODY>
</HTML>