Remove references to numbered sections.
[geeqie.git] / doc / faq.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
8
9   <title>Frequently Asked Questions - Geeqie User Manual</title>
10 <style type="text/css">
11 /*<![CDATA[*/
12  p.previous {text-align: left}
13  p.gq-faq-10 {margin-bottom: 0in}
14  pre.gq-faq-9 {margin-left: 1.58in}
15  p.gq-faq-8 {margin-left: 0.79in}
16  p.gq-faq-7 {font-weight: bold}
17  p.gq-faq-6 {font-family: Albany, sans-serif; margin-top: 0.17in; page-break-after: avoid}
18  span.gq-faq-5 {font-size: 120%}
19  div.gq-faq-4 {text-align: center}
20  table.gq-faq-3 {page-break-before: always}
21  p.gq-faq-2 {text-align: right}
22  p.gq-faq-1 {text-align: center}
23 /*]]>*/
24 </style>
25 </head>
26
27 <body lang="en-US" dir="ltr" xml:lang="en-US">
28   <div class="gq-faq-4">
29     <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-faq-3">
30
31       <thead>
32         <tr valign="top">
33           <td width="33%">
34             <p class="previous"><a href="index.html">Previous</a>
35             </p>
36           </td>
37
38           <td width="33%">
39             <p class="gq-faq-1">Frequently Asked Questions</p>
40           </td>
41
42           <td width="33%">
43             <p class="gq-faq-2"><a href="introduction.html">Next</a>
44             </p>
45           </td>
46         </tr>
47       </thead>
48     </table>
49   </div>
50
51   <hr />
52
53   <h1>Frequently Asked Questions</h1>
54
55   <p class="gq-faq-6"><span class="gq-faq-5">1. Image viewing</span>
56   </p>
57
58   <p class="gq-faq-7">1.1 How do I keep images smaller than the visible area from enlarging when the zoom is set to &ldquo;fit to window&rdquo; ?</p>
59
60   <p class="gq-faq-8">In the preferences dialog, under the &ldquo;Image&rdquo; tab, disable &ldquo;Allow enlargement of image for zoom to fit&rdquo;.</p>
61
62   <p><br />
63   <br />
64   </p>
65
66   <p><br />
67   <br />
68   </p>
69
70   <p class="gq-faq-6"><span class="gq-faq-5">9. Command line</span>
71   </p>
72
73   <p class="gq-faq-7">9.1 How do I open an image in an existing Geeqie application ?</p>
74
75   <p class="gq-faq-8">Use the &ldquo;-r&rdquo; command line option to send commands to an existing Geeqie, for a list of commands supported by the remote switch run:</p>
76
77   <pre class="gq-faq-9">
78 geeqie --remote-help
79 </pre>
80
81   <p><br />
82   <br />
83   </p>
84
85   <p class="gq-faq-7">9.2 How do I set the slide show delay when starting Geeqie in slide show from the command line ?</p>
86
87   <p class="gq-faq-8">The delay can not be set when used with the standard -s command line switch, as -s uses the delay stored in the configuration file. For this use the remote command -ss to start the slide show after setting the delay with -d, the order of the command line is important, for example a 12 second slide show delay:</p>
88
89   <pre class="gq-faq-9">
90 geeqie -r -d12 -ss
91 </pre>
92
93   <p class="gq-faq-8"><br />
94   <br />
95   </p>
96
97   <p class="gq-faq-8">Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</p>
98
99   <pre class="gq-faq-9">
100 geeqie -r -sS -d12 -ss
101 </pre>
102
103   <p><br />
104   <br />
105   </p>
106
107   <p><br />
108   <br />
109   </p>
110
111   <p class="gq-faq-6"><span class="gq-faq-5">10. Miscellaneous</span>
112   </p>
113
114   <p class="gq-faq-7">10.1 I want to be able to edit images with Geeqie</p>
115
116   <p class="gq-faq-8">Geeqie is an image <i>viewer</i>. There is, and never will be, a plan to add editing features. I recommend gimp for image editing.</p>
117
118   <p><br />
119   <br />
120   </p>
121
122   <hr />
123
124   <div class="gq-faq-4">
125     <table width="100%" border="0" cellpadding="4" cellspacing="0">
126
127       <thead>
128         <tr valign="top">
129           <td width="33%">
130             <p class="previous"><a href="index.html">Previous</a>
131             </p>
132           </td>
133
134           <td width="33%">
135             <p class="gq-faq-1"><a href="index.html">Contents</a>
136             </p>
137           </td>
138
139           <td width="33%">
140             <p class="gq-faq-2"><a href="introduction.html">Next</a>
141             </p>
142           </td>
143         </tr>
144       </thead>
145
146       <tbody>
147         <tr valign="top">
148           <td width="33%">
149             <p><br />
150             </p>
151           </td>
152
153           <td width="33%">
154             <p class="gq-faq-1"><br />
155             </p>
156           </td>
157
158           <td width="33%">
159             <p class="gq-faq-2">Geeqie User Manual</p>
160           </td>
161         </tr>
162       </tbody>
163     </table>
164   </div>
165
166   <p class="gq-faq-10"><br />
167   </p>
168 </body>
169 </html>