Update documentation.
[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" media="all" />
11   <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
12   <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
13 </head>
14
15 <body lang="en-US" dir="ltr" xml:lang="en-US">
16   <div class="navtop">
17     <table width="100%" border="0" cellpadding="4" cellspacing="0">
18       <col id="navtop_col1" width="33%"></col>
19       <col id="navtop_col2" width="33%"></col>
20       <col id="navtop_col3" width="33%"></col>
21
22         <tr>
23           <th>
24             <p class="previous"><a href="index.html">Previous</a>
25             </p>
26           </th>
27
28           <th>
29             <p class="navtop_title">Frequently Asked Questions</p>
30           </th>
31
32           <th>
33             <p class="next"><a href="introduction.html">Next</a>
34             </p>
35           </th>
36         </tr>
37     </table>
38   </div>
39
40   <hr />
41
42   <h1>Frequently Asked Questions</h1>
43
44   <h2 class="faq">Image viewing</h2>
45
46   <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>
47
48   <p>In the preferences dialog, under the &ldquo;Image&rdquo; tab, disable &ldquo;Allow enlargement of image for zoom to fit&rdquo;.</p>
49
50   <h2 class="faq">Command line</h2>
51  
52   <h3 class="faq">How do I open an image in an existing Geeqie application ?</h3>
53
54   <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>
55
56 <pre><code>geeqie --remote-help</code></pre>
57
58   <h3 class="faq">How do I set the slide show delay when starting Geeqie in slide show from the command line ?</h3>
59
60   <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>
61
62 <pre><code>geeqie -r -d12 -ss</code></pre>
63
64   <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>
65
66 <pre><code>geeqie -r -sS -d12 -ss</code></pre>
67
68  
69   <h2 class="faq">Miscellaneous</h2>
70  
71   <h3 class="faq">I want to be able to edit images with Geeqie</h3>
72
73   <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>
74
75   <hr />
76
77   <div class="navbottom">
78     <table width="100%" border="0" cellpadding="4" cellspacing="0">
79       <col id="navbottom_col1" width="33%"></col>
80       <col id="navbottom_col2" width="33%"></col>
81       <col id="navbottom_col3" width="33%"></col>
82
83         <tr>
84           <th>
85             <p class="previous"><a href="index.html">Previous</a>
86             </p>
87           </th>
88
89           <th>
90             <p class="navbottom_title"><a href="index.html">Contents</a>
91             </p>
92           </th>
93
94           <th>
95             <p class="next"><a href="introduction.html">Next</a>
96             </p>
97           </th>
98         </tr>
99
100     </table>
101   </div>
102
103   <div class="footer">Geeqie User Manual</div>
104   <div class="bottomspacer">&nbsp;</div>
105 </body>
106 </html>