89f5eb3dfcb9040d19624a2dc4133431e8e24b18
[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   <p><span class="gq-faq-5">1. Image viewing</span>
45   </p>
46
47   <p>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>
48
49   <p>In the preferences dialog, under the &ldquo;Image&rdquo; tab, disable &ldquo;Allow enlargement of image for zoom to fit&rdquo;.</p>
50
51   <p><br />
52   <br />
53   </p>
54
55   <p><br />
56   <br />
57   </p>
58
59   <p><span class="gq-faq-5">9. Command line</span>
60   </p>
61
62   <p>9.1 How do I open an image in an existing Geeqie application ?</p>
63
64   <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>
65
66   <pre class="gq-faq-9">
67 geeqie --remote-help
68 </pre>
69
70   <p><br />
71   <br />
72   </p>
73
74   <p>9.2 How do I set the slide show delay when starting Geeqie in slide show from the command line ?</p>
75
76   <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>
77
78   <pre class="gq-faq-9">
79 geeqie -r -d12 -ss
80 </pre>
81
82   <p><br />
83   <br />
84   </p>
85
86   <p>Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</p>
87
88   <pre class="gq-faq-9">
89 geeqie -r -sS -d12 -ss
90 </pre>
91
92   <p><br />
93   <br />
94   </p>
95
96   <p><br />
97   <br />
98   </p>
99
100   <p><span class="gq-faq-5">10. Miscellaneous</span>
101   </p>
102
103   <p>10.1 I want to be able to edit images with Geeqie</p>
104
105   <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>
106
107   <p><br />
108   <br />
109   </p>
110
111   <hr />
112
113   <div class="navbottom">
114     <table width="100%" border="0" cellpadding="4" cellspacing="0">
115       <col id="navbottom_col1" width="33%"></col>
116       <col id="navbottom_col2" width="33%"></col>
117       <col id="navbottom_col3" width="33%"></col>
118
119       <thead>
120         <tr>
121           <td>
122             <p class="previous"><a href="index.html">Previous</a>
123             </p>
124           </td>
125
126           <td>
127             <p class="navbottom_title"><a href="index.html">Contents</a>
128             </p>
129           </td>
130
131           <td>
132             <p class="next"><a href="introduction.html">Next</a>
133             </p>
134           </td>
135         </tr>
136       </thead>
137
138     </table>
139   </div>
140
141   <div class="footer">Geeqie User Manual</div>
142   <div class="bottomspacer">&nbsp;</div>
143 </body>
144 </html>