Move from xhtml transitional to xhtml strict.
[geeqie.git] / doc / faq.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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">
16       <col id="navtop_col1" width="33%"></col>
17       <col id="navtop_col2" width="33%"></col>
18       <col id="navtop_col3" width="33%"></col>
19
20         <tr>
21           <th>
22             <p class="previous"><a href="index.html">Previous</a>
23             </p>
24           </th>
25
26           <th>
27             <p class="navtop_title">Frequently Asked Questions</p>
28           </th>
29
30           <th>
31             <p class="next"><a href="introduction.html">Next</a>
32             </p>
33           </th>
34         </tr>
35     </table>
36   </div>
37
38   <hr />
39
40   <h1>Frequently Asked Questions</h1>
41
42   <h2 class="faq">Image viewing</h2>
43
44   <h3 class="faq">How do I keep images smaller than the visible area from enlarging when the zoom is set to &ldquo;fit to window&rdquo; ?</h3>
45
46   <p>In the preferences dialog, under the &ldquo;Image&rdquo; tab, disable &ldquo;Allow enlargement of image for zoom to fit&rdquo;.</p>
47
48   <h2 class="faq">Command line</h2>
49  
50   <h3 class="faq">How do I open an image in an existing Geeqie application ?</h3>
51
52   <p>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>
53
54 <pre><code>geeqie --remote-help</code></pre>
55
56   <h3 class="faq">How do I set the slide show delay when starting Geeqie in slide show from the command line ?</h3>
57
58   <p>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>
59
60 <pre><code>geeqie -r -d12 -ss</code></pre>
61
62   <p class="note"><span class="note_label">Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</span></p>
63
64 <pre><code>geeqie -r -sS -d12 -ss</code></pre>
65
66  
67   <h2 class="faq">Miscellaneous</h2>
68  
69   <h3 class="faq">I want to be able to edit images with Geeqie</h3>
70
71   <p>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>
72
73   <hr />
74
75   <div class="navbottom">
76     <table width="100%" border="0" cellpadding="4" cellspacing="0">
77       <col id="navbottom_col1" width="33%"></col>
78       <col id="navbottom_col2" width="33%"></col>
79       <col id="navbottom_col3" width="33%"></col>
80
81         <tr>
82           <th>
83             <p class="previous"><a href="index.html">Previous</a>
84             </p>
85           </th>
86
87           <th>
88             <p class="navbottom_title"><a href="index.html">Contents</a>
89             </p>
90           </th>
91
92           <th>
93             <p class="next"><a href="introduction.html">Next</a>
94             </p>
95           </th>
96         </tr>
97
98     </table>
99   </div>
100
101   <div class="footer">Geeqie User Manual</div>
102   <div class="bottomspacer">&nbsp;</div>
103 </body>
104 </html>