Mercurial > geeqie.yaz
comparison doc/image_presentation_slideshow.html @ 1078:ac4a4f2cf393
Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
author | zas_ |
---|---|
date | Sat, 25 Oct 2008 07:47:47 +0000 |
parents | doc/8_1_slideshow.html@1ecc4f010111 |
children | 76266496b06d |
comparison
equal
deleted
inserted
replaced
1077:3920b1f38f5f | 1078:ac4a4f2cf393 |
---|---|
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>Slide Show - Geeqie User Manual</title> | |
10 <meta name="CREATED" content="20040805;23590500" /> | |
11 <meta name="CHANGED" content="20050107;1560800" /> | |
12 <style type="text/css"> | |
13 /*<![CDATA[*/ | |
14 p.gq-slideshow-10 {margin-bottom: 0in} | |
15 p.gq-slideshow-9 {margin-left: 0.79in} | |
16 p.gq-slideshow-8 {margin-left: 0.79in; font-weight: medium; text-decoration: none} | |
17 p.gq-slideshow-7 {margin-left: 0.79in; font-weight: medium} | |
18 span.gq-slideshow-6 {text-decoration: none} | |
19 p.gq-slideshow-5 {font-weight: medium} | |
20 div.gq-slideshow-4 {text-align: center} | |
21 table.gq-slideshow-3 {page-break-before: always} | |
22 p.gq-slideshow-2 {text-align: right} | |
23 p.gq-slideshow-1 {text-align: center} | |
24 /*]]>*/ | |
25 </style> | |
26 </head> | |
27 | |
28 <body lang="en-US" dir="ltr" xml:lang="en-US"> | |
29 <div class="gq-slideshow-4"> | |
30 <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-slideshow-3"> | |
31 <col width="85*" /> | |
32 <col width="85*" /> | |
33 <col width="85*" /> | |
34 | |
35 <thead> | |
36 <tr valign="top"> | |
37 <td width="33%"> | |
38 <p><a href="image_presentation.html">Previous</a> | |
39 </p> | |
40 </td> | |
41 | |
42 <td width="33%"> | |
43 <p class="gq-slideshow-1">Slide Show – Image Presentation</p> | |
44 </td> | |
45 | |
46 <td width="33%"> | |
47 <p class="gq-slideshow-2"><a href="image_presentation_fullscreen.html">Next</a> | |
48 </p> | |
49 </td> | |
50 </tr> | |
51 </thead> | |
52 </table> | |
53 </div> | |
54 | |
55 <hr /> | |
56 | |
57 <h1>8.1 Slide Show</h1> | |
58 | |
59 <p>The image pane can be set to automatically change the displayed image after a period of time, in Geeqie this is referred to as a slide show.</p> | |
60 | |
61 <p><br /> | |
62 <br /> | |
63 </p> | |
64 | |
65 <p><u>Starting a slide show</u> | |
66 </p> | |
67 | |
68 <p>A slide show can be started in a number of ways:</p> | |
69 | |
70 <ul> | |
71 <li> | |
72 <p>From the menu bar - open the <b>View</b> menu and select <b>Toggle slide show</b> to toggle the slide show on or off .</p> | |
73 </li> | |
74 | |
75 <li> | |
76 <p class="gq-slideshow-5">From the keyboard - press the <b>S</b> key to toggle the slide show on or off.</p> | |
77 </li> | |
78 | |
79 <li> | |
80 <p class="gq-slideshow-5">From a context menu - right click an image pane, and select <b>Start slide show</b>, or <b>Stop slide show</b>; the text will change depending on the state of the current slide show.</p> | |
81 </li> | |
82 </ul> | |
83 | |
84 <p><br /> | |
85 <br /> | |
86 </p> | |
87 | |
88 <p><u>Stopping a slide show</u> | |
89 </p> | |
90 | |
91 <p>An active slide show can be stopped by using the same functions available to start one, as they work like a toggle switch. If slide show repeat is not enabled in the <a href="options_general.html">options dialog</a>, the slide show will stop when the last image in the sequence is displayed.</p> | |
92 | |
93 <p>Any action that changes the image pane to a new image will stop the active slide show, with the exception of the methods discussed in <a href="#navigation">Slide show sequence navigation</a>.</p> | |
94 | |
95 <p><br /> | |
96 <br /> | |
97 </p> | |
98 | |
99 <p><u>Slide show status</u> | |
100 </p> | |
101 | |
102 <p>The main window <a href="main_window_status_bar.html">status bar</a> can be used to determine when a slide show is active, <b>Slide show</b> will be displayed next to the file count field. An individual <a href="other_windows_image_window.html">Image Window</a> can also display a slide show, however the status will not be immediately visible. To determine the slide show status in an image window, open a context menu by right clicking or using the menu key, the slide show menu item will reflect the slide show status; if <b>Start slide show</b> is displayed, no slide show is active, conversely if <b>Stop slide show</b> is displayed a slide show is active.</p> | |
103 | |
104 <p>When a Slide show is paused, the main window status bar will display <b>Paused</b> instead of <b>Slide show</b>. Likewise, the image context menu will display <b>Pause slide show</b> or <b>Continue slide show</b>, depending on the current state.</p> | |
105 | |
106 <p><br /> | |
107 <br /> | |
108 </p> | |
109 | |
110 <p><u>Pausing a slide show</u> | |
111 </p> | |
112 | |
113 <p>An active slide show can be paused in two ways:</p> | |
114 | |
115 <ul> | |
116 <li> | |
117 <p>From the keyboard - press the <b>P</b> key while a slide show is active.</p> | |
118 </li> | |
119 | |
120 <li> | |
121 <p>From a context menu - right click the image pane displaying the slide show, and select <b>Pause slide show</b>, or <b>Continue slide show</b> depending on the current slide show state.</p> | |
122 </li> | |
123 </ul> | |
124 | |
125 <p><br /> | |
126 <br /> | |
127 </p> | |
128 | |
129 <p class="gq-slideshow-5"><u>Selecting the images to include in a slide show</u> | |
130 </p> | |
131 | |
132 <p class="gq-slideshow-5">When a single image is selected, all images in the current folder are included in the slide show. The sequence will begin with the current image; however if random slide shows are enabled, the sequence will begin with a random image from the list.</p> | |
133 | |
134 <p class="gq-slideshow-5">To only include some images in a slide show, use multiple selection to select the images to include before starting the slide show.</p> | |
135 | |
136 <p class="gq-slideshow-5">An image collection can be used as the list of images, to do this drag an image from a collection window onto the image pane. Starting a slide show will then include the images from that collection.</p> | |
137 | |
138 <p>So far, the methods described are for slide shows in a main window, in an <a href="other_windows_image_window.html">Image Window</a>, the slide show will use all images referenced by that window.</p> | |
139 | |
140 <p><br /> | |
141 <br /> | |
142 </p> | |
143 | |
144 <p class="gq-slideshow-5"><u>Recursive slide show</u> | |
145 </p> | |
146 | |
147 <p class="gq-slideshow-5">In the main window, a recursive slide show can be started from a folder's context menu; the folder's right click menu will include two slide show options:</p> | |
148 | |
149 <ul> | |
150 <li> | |
151 <p class="gq-slideshow-5">Slide show: This will start a slide show that includes all images in the selected folder.</p> | |
152 </li> | |
153 | |
154 <li> | |
155 <p class="gq-slideshow-5">Slide show recursive: The slide show will include all images in the selected folder, and all images in the folders that are contained within the selected folder.</p> | |
156 </li> | |
157 </ul> | |
158 | |
159 <p><br /> | |
160 <br /> | |
161 </p> | |
162 | |
163 <p><a name="navigation" id="navigation"></a><u>Slide show sequence navigation</u> | |
164 </p> | |
165 | |
166 <p class="gq-slideshow-5">When a slide show is active, functions that normally change the image forward and backward can be used to step through those contained in the slide show.</p> | |
167 | |
168 <p><br /> | |
169 <br /> | |
170 </p> | |
171 | |
172 <p class="gq-slideshow-5"><u>Configuring a slide show</u> | |
173 </p> | |
174 | |
175 <p>The options that control the behavior of slide shows are located on the <a href="options_general.html">General tab</a> of the options dialog.</p> | |
176 | |
177 <p class="gq-slideshow-7"><b>Display time</b>: The delay between each image in the slide show can be adjusted with the <span class="gq-slideshow-6"><b>Delay before image change</b> option.</span></p> | |
178 | |
179 <p class="gq-slideshow-8"><b>Repeat</b>: This will cause the slide show to loop indefinitely, it will continue with the first image after displaying the last image in the slide show list.</p> | |
180 | |
181 <p class="gq-slideshow-9"><span class="gq-slideshow-6"><b>Random</b>: This will display images randomly selected from the slide show list. Each image from the slide show list will be displayed once.</span> When Repeat is also enabled, the random sequence is changed after each complete cycle of the images.</p> | |
182 | |
183 <p><br /> | |
184 <br /> | |
185 </p> | |
186 | |
187 <p><br /> | |
188 <br /> | |
189 </p> | |
190 | |
191 <hr /> | |
192 | |
193 <div class="gq-slideshow-4"> | |
194 <table width="100%" border="0" cellpadding="4" cellspacing="0"> | |
195 <col width="85*" /> | |
196 <col width="85*" /> | |
197 <col width="85*" /> | |
198 | |
199 <thead> | |
200 <tr valign="top"> | |
201 <td width="33%"> | |
202 <p><a href="image_presentation.html">Previous</a> | |
203 </p> | |
204 </td> | |
205 | |
206 <td width="33%"> | |
207 <p class="gq-slideshow-1"><a href="index.html">Contents</a> | |
208 </p> | |
209 </td> | |
210 | |
211 <td width="33%"> | |
212 <p class="gq-slideshow-2"><a href="image_presentation_fullscreen.html">Next</a> | |
213 </p> | |
214 </td> | |
215 </tr> | |
216 </thead> | |
217 | |
218 <tbody> | |
219 <tr valign="top"> | |
220 <td width="33%"> | |
221 <p><br /> | |
222 </p> | |
223 </td> | |
224 | |
225 <td width="33%"> | |
226 <p class="gq-slideshow-1"><br /> | |
227 </p> | |
228 </td> | |
229 | |
230 <td width="33%"> | |
231 <p class="gq-slideshow-2">Geeqie User Manual</p> | |
232 </td> | |
233 </tr> | |
234 </tbody> | |
235 </table> | |
236 </div> | |
237 | |
238 <p class="gq-slideshow-10"><br /> | |
239 </p> | |
240 </body> | |
241 </html> |