Add two css classes navtop and navbottom and remove unused ones.
[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   <link rel="stylesheet" type="text/css" href="style.css" />
11 </head>
12
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
14   <div class="navtop">
15     <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-faq-3">
16
17       <thead>
18         <tr valign="top">
19           <td width="33%">
20             <p class="previous"><a href="index.html">Previous</a>
21             </p>
22           </td>
23
24           <td width="33%">
25             <p class="gq-faq-1">Frequently Asked Questions</p>
26           </td>
27
28           <td width="33%">
29             <p class="gq-faq-2"><a href="introduction.html">Next</a>
30             </p>
31           </td>
32         </tr>
33       </thead>
34     </table>
35   </div>
36
37   <hr />
38
39   <h1>Frequently Asked Questions</h1>
40
41   <p class="gq-faq-6"><span class="gq-faq-5">1. Image viewing</span>
42   </p>
43
44   <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>
45
46   <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>
47
48   <p><br />
49   <br />
50   </p>
51
52   <p><br />
53   <br />
54   </p>
55
56   <p class="gq-faq-6"><span class="gq-faq-5">9. Command line</span>
57   </p>
58
59   <p class="gq-faq-7">9.1 How do I open an image in an existing Geeqie application ?</p>
60
61   <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>
62
63   <pre class="gq-faq-9">
64 geeqie --remote-help
65 </pre>
66
67   <p><br />
68   <br />
69   </p>
70
71   <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>
72
73   <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>
74
75   <pre class="gq-faq-9">
76 geeqie -r -d12 -ss
77 </pre>
78
79   <p class="gq-faq-8"><br />
80   <br />
81   </p>
82
83   <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>
84
85   <pre class="gq-faq-9">
86 geeqie -r -sS -d12 -ss
87 </pre>
88
89   <p><br />
90   <br />
91   </p>
92
93   <p><br />
94   <br />
95   </p>
96
97   <p class="gq-faq-6"><span class="gq-faq-5">10. Miscellaneous</span>
98   </p>
99
100   <p class="gq-faq-7">10.1 I want to be able to edit images with Geeqie</p>
101
102   <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>
103
104   <p><br />
105   <br />
106   </p>
107
108   <hr />
109
110   <div class="navbottom">
111     <table width="100%" border="0" cellpadding="4" cellspacing="0">
112
113       <thead>
114         <tr valign="top">
115           <td width="33%">
116             <p class="previous"><a href="index.html">Previous</a>
117             </p>
118           </td>
119
120           <td width="33%">
121             <p class="gq-faq-1"><a href="index.html">Contents</a>
122             </p>
123           </td>
124
125           <td width="33%">
126             <p class="gq-faq-2"><a href="introduction.html">Next</a>
127             </p>
128           </td>
129         </tr>
130       </thead>
131
132       <tbody>
133         <tr valign="top">
134           <td width="33%">
135             <p><br />
136             </p>
137           </td>
138
139           <td width="33%">
140             <p class="gq-faq-1"><br />
141             </p>
142           </td>
143
144           <td width="33%">
145             <p class="gq-faq-2">Geeqie User Manual</p>
146           </td>
147         </tr>
148       </tbody>
149     </table>
150   </div>
151
152   <p class="gq-faq-10"><br />
153   </p>
154 </body>
155 </html>