[go: up one dir, main page]

Menu

[fbcc49]: / doc / gifpos.xml  Maximize  Restore  History

Download this file

95 lines (85 with data), 2.7 kB

 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
<refentry id='gifpos.1'>
<refentryinfo><date>2 May 2012</date></refentryinfo>
<refmeta>
<refentrytitle>gifpos</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="source">GIFLIB</refmiscinfo>
<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>gifpos</refname>
<refpurpose>change GIF screen size or reposition images</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>gifpos</command>
<arg choice='opt'>-v</arg>
<arg choice='opt'>-s
<replaceable>width</replaceable>
<replaceable>height</replaceable></arg>
<arg choice='opt'>-i
<replaceable>left</replaceable>
<replaceable>top</replaceable></arg>
<arg choice='opt'>-n
<replaceable>n</replaceable>
<replaceable>left</replaceable>
<replaceable>top</replaceable></arg>
<arg choice='opt'>-h</arg>
<arg choice='opt'><replaceable>gif-file</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>A program to change GIF screen size and/or reposition images.
No test is made to make sure changes will generate valid GIF files
(i.e. images are still confined to screen etc.)</para>
</refsect1>
<refsect1><title>Options</title>
<variablelist>
<varlistentry>
<term>-v</term>
<listitem>
<para> Verbose mode (show progress). Enables
printout of running scan lines. </para>
</listitem>
</varlistentry>
<varlistentry>
<term>-s width height</term>
<listitem>
<para> Set the new screen dimensions, so for example `-s 1000 800'
will set screen to width of 1000 and height of 800.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-i left top</term>
<listitem>
<para> set image relative to screen position, so for example `-i 100
80' will set image left position to 100 and top position to 80. This
sets the position of the first image only.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-n n left top</term>
<listitem>
<para> set image n relative to screen position, so for example '-n 3
100 80' will set the third image position as in 2.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-h</term>
<listitem>
<para> Print one line of command line help, similar to Usage
above.</para>
</listitem>
</varlistentry>
</variablelist>
<para>If no GIF file is given, gifpos will try to read a GIF file from
stdin.</para>
</refsect1>
<refsect1><title>Author</title>
<para>Gershon Elber.</para>
</refsect1>
</refentry>