comparison doc/faq.html @ 1110:7cd49c6dc302

Reformatting: notes, advanced options page and more.
author zas_
date Mon, 10 Nov 2008 10:26:51 +0000
parents 215e102c1819
children 83d6b961117f
comparison
equal deleted inserted replaced
1109:ba2bbc862da7 1110:7cd49c6dc302
39 39
40 <hr /> 40 <hr />
41 41
42 <h1>Frequently Asked Questions</h1> 42 <h1>Frequently Asked Questions</h1>
43 43
44 <p><span class="gq-faq-5">1. Image viewing</span> 44 <h2 class="faq">Image viewing</h2>
45 </p>
46 45
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> 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>
48 47
49 <p>In the preferences dialog, under the &ldquo;Image&rdquo; tab, disable &ldquo;Allow enlargement of image for zoom to fit&rdquo;.</p> 48 <p>In the preferences dialog, under the &ldquo;Image&rdquo; tab, disable &ldquo;Allow enlargement of image for zoom to fit&rdquo;.</p>
50 49
51 <p><br /> 50 <h2 class="faq">Command line</h2>
52 <br /> 51
53 </p> 52 <h3 class="faq">How do I open an image in an existing Geeqie application ?</h3>
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 53
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> 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>
65 55
66 <pre class="gq-faq-9"> 56 <code>
67 geeqie --remote-help 57 geeqie --remote-help
68 </pre> 58 </code>
69 59
70 <p><br /> 60 <h3 class="faq">How do I set the slide show delay when starting Geeqie in slide show from the command line ?</h3>
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 61
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> 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>
77 63
78 <pre class="gq-faq-9"> 64 <code>
79 geeqie -r -d12 -ss 65 geeqie -r -d12 -ss
80 </pre> 66 </code>
81 67
82 <p><br /> 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>
83 <br />
84 </p>
85 69
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> 70 <code>
71 geeqie -r -sS -d12 -ss
72 </code>
87 73
88 <pre class="gq-faq-9"> 74
89 geeqie -r -sS -d12 -ss 75 <h2 class="faq">Miscellaneous</h2>
90 </pre> 76
91 77 <h3 class="faq">I want to be able to edit images with Geeqie</h3>
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 78
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> 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>
106
107 <p><br />
108 <br />
109 </p>
110 80
111 <hr /> 81 <hr />
112 82
113 <div class="navbottom"> 83 <div class="navbottom">
114 <table width="100%" border="0" cellpadding="4" cellspacing="0"> 84 <table width="100%" border="0" cellpadding="4" cellspacing="0">