Reformatting: notes, advanced options page and more.
[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">
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       <thead>
21         <tr>
22           <td>
23             <p class="previous"><a href="index.html">Previous</a>
24             </p>
25           </td>
26
27           <td>
28             <p class="navtop_title">Frequently Asked Questions</p>
29           </td>
30
31           <td>
32             <p class="next"><a href="introduction.html">Next</a>
33             </p>
34           </td>
35         </tr>
36       </thead>
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 <code>
57 geeqie --remote-help
58 </code>
59
60   <h3 class="faq">How do I set the slide show delay when starting Geeqie in slide show from the command line ?</h3>
61
62   <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>
63
64 <code>
65 geeqie -r -d12 -ss
66 </code>
67
68   <p class="note">Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</p>
69
70   <code>
71 geeqie -r -sS -d12 -ss
72 </code>
73
74  
75   <h2 class="faq">Miscellaneous</h2>
76  
77   <h3 class="faq">I want to be able to edit images with Geeqie</h3>
78
79   <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>
80
81   <hr />
82
83   <div class="navbottom">
84     <table width="100%" border="0" cellpadding="4" cellspacing="0">
85       <col id="navbottom_col1" width="33%"></col>
86       <col id="navbottom_col2" width="33%"></col>
87       <col id="navbottom_col3" width="33%"></col>
88
89       <thead>
90         <tr>
91           <td>
92             <p class="previous"><a href="index.html">Previous</a>
93             </p>
94           </td>
95
96           <td>
97             <p class="navbottom_title"><a href="index.html">Contents</a>
98             </p>
99           </td>
100
101           <td>
102             <p class="next"><a href="introduction.html">Next</a>
103             </p>
104           </td>
105         </tr>
106       </thead>
107
108     </table>
109   </div>
110
111   <div class="footer">Geeqie User Manual</div>
112   <div class="bottomspacer">&nbsp;</div>
113 </body>
114 </html>