1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Imagination Slide Show Creator</title><link rel="stylesheet" type="text/css" href="../imagination.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="#index" title="Imagination Slide Show Creator"><link rel="next" href="#intro" title="Introduction to Imagination"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article"><div class="titlepage"><div><div><h2 class="title"><a name="index"></a>Imagination Slide Show Creator</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Giuseppe</span> <span class="surname">Torelli</span></h3></div><div class="author"><h3 class="author"><span class="firstname">Tadej</span> <span class="surname">Borovšak</span></h3></div></div></div><div><p class="releaseinfo">
This manual describes version 3.4 of Imagination.
</p></div><div><p class="copyright">Copyright 2009-2018 Giuseppe Torelli</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. The complete license text is available from the
<a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>.
</p></div></div><div><p class="pubdate">December 2018</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="sect1"><a href="#intro">Introduction to Imagination</a></span></dt><dt><span class="sect1"><a href="#window">Imagination's window</a></span></dt><dd><dl><dt><span class="sect2"><a href="#toolbar">Toolbar</a></span></dt><dt><span class="sect2"><a href="#idm71">Working Area</a></span></dt><dt><span class="sect2"><a href="#image_area">Image Area</a></span></dt><dt><span class="sect2"><a href="#thumbnails_area">Thumbnails Area</a></span></dt><dt><span class="sect2"><a href="#status_bar">Status Bar</a></span></dt></dl></dd><dt><span class="sect1"><a href="#menu">Imagination's Menus</a></span></dt><dd><dl><dt><span class="sect2"><a href="#slideshow">Slideshow Menu</a></span></dt><dt><span class="sect2"><a href="#slide">Slide Menu</a></span></dt><dt><span class="sect2"><a href="#view">View Menu</a></span></dt><dt><span class="sect2"><a href="#help">Help Menu</a></span></dt></dl></dd><dt><span class="sect1"><a href="#license">License</a></span></dt></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduction to Imagination</h2></div></div></div><p>
Imagination is a lightweight slide show creator developed in C with the GTK+2 toolkit and Cairo. Imagination is designed to be
be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options by default.
It requires the ffmpeg encoder to produce the movie file and libsox to import the audio files. Yes you don't need any other third-party software!
</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="window"></a>Imagination's window</h2></div></div></div><p>
This section describes the area of Imagination's window: the toolbar, the image area, the working area, the thumbnail area and the status bar.
</p><p>
</p><div class="figure"><a name="imagination_window"></a><p class="title"><b>Figure1.Imagination Window</b></p><div class="figure-contents"><div><img src="images/imagination_window.png" alt="Imagination Window"></div></div></div><p><br class="figure-break">
</p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="toolbar"></a>Toolbar</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>New</p></li><li class="listitem"><p>Open</p></li><li class="listitem"><p>Save</p></li><li class="listitem"><p>Import Pictures As</p></li><li class="listitem"><p>Import Music</p></li><li class="listitem"><p>Delete</p></li><li class="listitem"><p>Rotate Clockwise</p></li><li class="listitem"><p>Rotate Counter-Clockwise</p></li><li class="listitem"><p>Zoom In</p></li><li class="listitem"><p>Zoom Out</p></li><li class="listitem"><p>Zoom Normal Size</p></li><li class="listitem"><p>Preview</p></li><li class="listitem"><p>Goto First Slide</p></li><li class="listitem"><p>Goto Previously Selected Slide</p></li><li class="listitem"><p>Slide Entry</p></li><li class="listitem"><p>Goto Next Selected Slide</p></li><li class="listitem"><p>Goto Last Slide</p></li><li class="listitem"><p>Quit</p></li></ul></div><p>For a detailed explanation please look at <a class="xref" href="#slideshow" title="Slideshow Menu">the section called “Slideshow Menu”</a> and <a class="xref" href="#slide" title="Slide Menu">the section called “Slide Menu”</a> since these options are the same.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idm71"></a>Working Area</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Slide Settings</p></li><li class="listitem"><p>Slide Motion</p></li><li class="listitem"><p>Slide Text</p></li><li class="listitem"><p>Slide Text Position</p></li></ul></div><div class="figure"><a name="video_tab"></a><p class="title"><b>Figure2.Video Tab</b></p><div class="figure-contents"><div><img src="images/side_panel_video.png" alt="Video Tab"></div></div></div><br class="figure-break"><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="slide_settings"></a>Slide Settings</h4></div></div></div><p>
This section allows you to choose a random transition or to
pick one from the drop-down menu. You can set the transition
speed choosing among Fast, Normal and Slow and the time in
seconds that the slide must remain still. Finally you can
see the total time length of the slideshow. Note: at least
one slide must be selected for this section to work.
</p><p>
NOTE: When slide has motion applied to it, slide duration
field is disabled and cannot be modified, since duration of
still part is now calculated as a sum of all stop points'
durations and will be automatically updated.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="slide_motion"></a>Slide Motion</h4></div></div></div><p>
This section allows you to apply the famous Ken Burns
effects on a slide. Just begin by zooming in/out and
dragging image around with left mouse button to center a
detail on the picture. Now click Add button and Imagination
will add a new stop point with currently selected zoom level
and image position. You can add as many points as you want.
</p><p>
You can see how each stop point looks like by selecting it
using left and right arrows or by directly entering point
number in proper field. Imagination will update it's preview
area to show you your selected stop point.
</p><p>
If you commit a mistake or want to change some point, simply
select problematic point and re-adjust your slide.
Imagination will automatically update the values for you.
</p><p>
The Remove button deletes a stop point. Simply select
point that should be removed and click Remove button.
</p><p>
Click the Preview button on the toolbar or choose
<span class="guimenu">Slideshow</span> → <span class="guimenuitem">Preview</span>
to have a preview of the effect.
</p><p>
NOTE: This section is available only when exactly one slide
is selected.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="slide_text"></a>Slide Text</h4></div></div></div><p>
Imagination can add some text to your slides. Just start
typing in proper field and text will show up in image
area.
</p><p>
You can modify text's font size, variant and family using
font button below the text field. Color is controlled by two
color selector buttons (font color and text outline color)
right of the font button (font color can be partially transparent too).
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="slide_text_position"></a>Slide Text Position</h4></div></div></div><p>
Starting from 3.4 version text can be positioned
anywhere on the slide. The position dropdown menu
was removed. The slide subtitle can be rotated too.
</p><p>
Text entrance can also be animated. Simply select animation
from combo box, set the duration of the effect and enjoy.
</p><p>
NOTE: If duration of the text animation function exceedes
duration of the slide, slide duration is synchronized with
it. This is done on two ways: if slide has no motion
applied, still part of the slide is simply expanded; if
slide has motion applied, last stop point is expanded to
fit.
</p><p>
How to have text stand still for a period of time? Just make
sure that slide duration is longer than text animation
duration. For example, if you want to have 6 seconds of text
movement and 4 seconds of still text, you should set text
animation duration to 6 seconds and slide duration to 10
seconds (6 seconds of text animation + 4 seconds of still
time).
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="audio_tab"></a>Audio Tab</h4></div></div></div><p>
By clicking on the "Audio" tab the background music list is
displayed. Here you can see the length of each of the
imported audio files along with the total time length of all
the compatible audio files (see below for more information
about audio file compatibility). Play button allows you to
preview selected audio file. The arrow buttons allow you to
reorder the audio files and the last one deletes the selected audio files.
</p><p>
Not all files can be concatenated. Imagination will inform
you about any incompatibilities when you import your audio
files. More detailed information can be obtained from audio
files list. Red colored files have incompatible sample
rate, while blue colored ones have incompatible number of channels and
those orange colored have incompatible sample rate and number of
channels. If you hover the mouse over an audio file entry, you'll also
get some information about it. At export time, Imagination
will again inform you about any incompatible files in music
list and ask you if's OK to remove them from the slideshow.
</p><p>
Current state of audio support in Imagination is quite
limited. All compatible audio files listed are concatenated
together (no cross fading) and truncated to fit slideshow
total length (truncation is gradual with 5 second fade-out).
If you wish to have nicer audio in slideshows, you should
probably create your slideshow in three steps: 1. Create
slideshow without audio (this will give you the total
duration); 2. Prepare audio file that exactly fits the
duration; 3. Add prepared audio to slideshow and export.
Please note that Imagination WILL NOT use incompatible audio
files to calculate the total Music Duration length.
</p><div class="figure"><a name="audio_tab_pic"></a><p class="title"><b>Figure3.Audio Tab</b></p><div class="figure-contents"><div><img src="images/side_panel_audio.png" alt="Audio Tab"></div></div></div><br class="figure-break"></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message_tab"></a>Message Tab</h4></div></div></div><p>
In this tab, imagination will write messages that might be of interest for the user. When a message is important (for example: missing image file), the title of the tab will switch to bold.
</p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="image_area"></a>Image Area</h3></div></div></div><p>This part of Imagination's window previews the slideshow along with stop points and text. Use zoom controls to enlarge or shrink the area.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="thumbnails_area"></a>Thumbnails Area</h3></div></div></div><p>Located in the bottom part of Imagination's window the thumbnail area displays the imported slides. Left clicking on one of it displays the slide in the image area along with the slide settings in the working area. Drag and drop is supported so you can import your favorite pictures by dragging them here. Rubber banding is supported too so you can select a group of slides by left clicking on some white space and then by moving the mouse. You can also reorder the slides by holding down left mouse button and by moving them around.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="status_bar"></a>Status Bar</h3></div></div></div><p>As the name suggests this area, located under the thumbnails one, displays info about the number of transitions loaded at startup, the number of imported slides, and some info on the slide itself when only one slide is selected (otherwise the total number of selected slides is displayed).</p></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="menu"></a>Imagination's Menus</h2></div></div></div><p>
This section describes in detail Imagination's menus.
</p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="slideshow"></a>Slideshow Menu</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>New</p></li><li class="listitem"><p>Open</p></li><li class="listitem"><p>Import slideshow</p></li><li class="listitem"><p>Save</p></li><li class="listitem"><p>Save As</p></li><li class="listitem"><p>Close</p></li><li class="listitem"><p>Import pictures</p></li><li class="listitem"><p>Import music</p></li><li class="listitem"><p>Properties</p></li><li class="listitem"><p>Preview</p></li><li class="listitem"><p>Export</p></li><li class="listitem"><p>Quit</p></li></ul></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="new"></a>New</h4></div></div></div><div class="figure"><a name="new_dialog"></a><p class="title"><b>Figure4.New Dialog</b></p><div class="figure-contents"><div><img src="images/new_dialog.png" alt="New Dialog"></div></div></div><br class="figure-break"><p>
This menu allows you to create a new slideshow. The slideshow dialog is displayed. You can choose the video format and size, if to scale the picture so that it covers the whole screen avoiding the black stripes and the background color to be displayed when the picture is too small and the rescaling doesn't succed to cover the whole screen. You can choose if ending the slideshow with a blank slide with the same transition effect applied to the first one. You can also change these options later.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="open"></a>Open</h4></div></div></div><p>
This menu allows you to open a previously saved slideshow.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="import_slideshow"></a>Import slideshow</h4></div></div></div><p>
This menu allows you to insert a previously saved slideshow at the end of your slideshow.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="save"></a>Save</h4></div></div></div><p>
This menu allows you to save a previously saved slideshow.
The filename won't be asked unless you haven't saved your
project yet.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="saveas"></a>Save as</h4></div></div></div><p>
This menu allows you save a slideshow with a different filename. Starting from 3.4 you can now choose in the "Save As" dialog
if to save the project with filenames without their folder name. This will make the project portable to other media. Please
be sure to put all the files (music tracks, pictures and pattern images for the subtitle) in the same folder othwerwise when
you attempt to load the slideshow Imagination couldn't load the project files.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="close"></a>Close</h4></div></div></div><p>
This menu closes the slideshow. If the slideshow is not saved yet or you changed something Imagination will ask you to save it first.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="import_pictures"></a>Import pictures</h4></div></div></div><p>
This menu opens up a file dialog allowing you to choose the
pictures to import into Imagination. To select more than one
picture, press and hold SHIFT key while clicking on the
files. A progress bar is displayed in the status bar
notifying you the percentage progress of the pictures'
import. Thumbnails won't be shown util the loading
completes.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="import_music"></a>Import music</h4></div></div></div><p>
This is the same as the previous only but works for audio
files. Please make sure your libsox is able to handle your
selected audio formats (on Debian derived distros, you'll
most probably want to install
<em class="citetitle">libsox-fmt-all</em> package).
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="properties"></a>Properties</h4></div></div></div><p>
This menu displays a dialog with the slideshow properties. Please see the <a class="xref" href="#new" title="New">the section called “New”</a> for an explanation of the available settings.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="preview_slideshow"></a>Preview</h4></div></div></div><p>
This sub menu allows you to start the preview of the slideshow in the image area in 3 different ways. Starting from 3.4 Imagination
will play also the music even though it's not faded at the end when exporting the video.
If you want to start the preview by a specific slide just select it by left clicking on it. If you added an audio
track the music will start at the minute specified by the sum of the total duration of all slides before the one you selected. The other two preview ways are self-explanatory.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="export"></a>Export</h4></div></div></div><p>
This submenu allows you to export the slideshow in the format defined in the New / Properties dialog: VOB (DVD Video) OGV (Ogg Theora/Vorbis)
FLV (Flash Video), 3GP (Mobile Phones) and H264. Each format has its own set of
preferences that you'll be asked about when you select any
of them. Please be sure to have all the necessary libraries
installed first, otherwise you'll get errors from ffmpeg, the
command-line encoder Imagination uses to produce the video.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="quit"></a>Quit</h4></div></div></div><p>
This menu quits Imagination. If the slideshow wasn't saved yet Imagination will prompt you to save it first.
</p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="slide"></a>Slide Menu</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Cut</p></li><li class="listitem"><p>Copy</p></li><li class="listitem"><p>Paste</p></li><li class="listitem"><p>Zoom</p></li><li class="listitem"><p>Add empty slide</p></li><li class="listitem"><p>Edit empty slide</p></li><li class="listitem"><p>Delete</p></li><li class="listitem"><p>Report</p></li><li class="listitem"><p>Rotate clockwise</p></li><li class="listitem"><p>Rotate counter-clockwise</p></li><li class="listitem"><p>Select all</p></li><li class="listitem"><p>Unselect all</p></li></ul></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="cut"></a>Cut</h4></div></div></div><p>
This menu entry allows you to cut a number of selected slides.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="copy"></a>Copy</h4></div></div></div><p>
This menu entry allows you to copy a number of selected slides.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="paste"></a>Paste</h4></div></div></div><p>
Before choosing Paste you have to left click on a slide after which you want the previously selected slides to be moved (if you chose Cut) or copied if you chose Copy).
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="zoom"></a>Zoom</h4></div></div></div><p>
This submenu allows you to zoom in or out the image area. It was added so that Imagination can be used on notebooks that have limited screen resolution. It does affect also the size of thumbnails when Imagination is in Overview mode (please see the View menu for an explanation of the Overview area).
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="Add_empty_slide"></a>Add empty slide</h4></div></div></div><div class="figure"><a name="empty_slide"></a><p class="title"><b>Figure5.Create new slide dialog</b></p><div class="figure-contents"><div><img src="images/empty_slide_dialog.png" alt="Create new slide dialog"></div></div></div><br class="figure-break"><p>
This menu entry displays the above dialog where you can
choose the background color of the empty slide in a four
different ways: 1) with a solid color, 2) with a linear
gradient, 3) with a radial gradient, 4) with a fading
gradient. This functionality is most useful when you want
to separate your images in distinct groups by adding simple
text slide in between them. If a slide is selected the empty
slide will be added next to the selected slide otherwise it
will be added after the last slide.
</p><p>
Slides created this way are in no way different from any
other slide. You can still add text to them and enhance them
by applying slide motion.
</p><p>
Gradients can be controlled on two levels. One level is
selection of start and end color. Second level is position
of the endpoints, which are represented by two white
squares that can be dragged around the preview area.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="Edit_empty_slide"></a>Edit empty slide</h4></div></div></div><div class="figure"><a name="emptyy_slide"></a><p class="title"><b>Figure6.Edit a new slide dialog</b></p><div class="figure-contents"><div><img src="images/empty_slide_dialog2.png" alt="Edit a new slide dialog"></div></div></div><br class="figure-break"><p>
This menu entry displays the above dialog where you can
edit the background color or the gradient you previously
chose when you added a new slide.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="delete"></a>Delete</h4></div></div></div><p>
This menu entry deletes the selected slides. Hold down the SHIFT key to select more than one slide at once or CTRL to select selectively. Please be aware this action cannot be undone!
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="report"></a>Report</h4></div></div></div><div class="figure"><a name="slide_report"></a><p class="title"><b>Figure7.Slide Transitions Report dialog</b></p><div class="figure-contents"><div><img src="images/slide_report_dialog.png" alt="Slide Transitions Report dialog"></div></div></div><br class="figure-break"><p>
This menu entry shows the Slide Transitions Report dialog where you can see the number of the slides which have the same transition.
Click on the slide to have Imagination automatically select it. Slides whose transition is applied only once are not shown
here. Please give your feedback on this since we are not sure whether it's an useful feature. Thank you.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="rotate_clockwise"></a>Rotate Clockwise</h4></div></div></div><p>
This entry allows you to rotate the selected slide in the clockwise sense. The picture on the disk is NOT affected by the rotation so if you save the slideshow and you load it back the slide is displayed to its original state before the rotation.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="rotate_counterclockwise"></a>Rotate Counter-Clockwise</h4></div></div></div><p>
This entry allows you to rotate the selected slide in the counter-clockwise sense. The picture on the disk is NOT affected by the rotation so if you save the slideshow and you load it back the slide is displayed to its original state before the rotation.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="select"></a>Select All</h4></div></div></div><p>
Should this entry be explained?
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="unselect"></a>Unselect All</h4></div></div></div><p>
And this?
</p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="view"></a>View Menu</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Preview Mode</p></li><li class="listitem"><p>Overview Mode</p></li><li class="listitem"><p>Preview Frame Rate</p></li><li class="listitem"><p>Fullscreen</p></li></ul></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="preview_mode"></a>Preview mode</h4></div></div></div><p>
This entry allows you to switch to Preview mode; the image area along with the thumbnails area are displayed. The size of the image area can be enlarged or shrinked with the Zoom controls so to allow Imagination to be used on notebooks.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="overview_mode"></a>Overview mode</h4></div></div></div><p>
This entry allows you to switch to Overview mode; the image area along with the thumbnails area are hidden. This mode allows you to organize the slides in a matrix. The size of the thumbnails can be increased or decreased with the Zoom controls. Cut/Copy/Paste menu entries are supported. The slides can also be arranged by holding left mouse button and by moving them around.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="preview_frame_rate"></a>Preview frame rate</h4></div></div></div><p>
This entry allows you to choose the desidered frame rate when previewing the slideshow. I'm not sure if in 2018 with fast computer available this entry is still useful...
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="fullscreen"></a>Fullscreen</h4></div></div></div><p>
Starting from version 3.4, Imagination allows preview to be rendered in fullscreen. Press F11 or ESC to exit fullscreen.
</p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="help"></a>Help Menu</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Contents</p></li><li class="listitem"><p>About</p></li></ul></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="content"></a>Content</h4></div></div></div><p>
This entry allows you to display this HTML documentation in the system installed browser.
</p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="about"></a>About</h4></div></div></div><p>
This entry displays the About dialog with the credits.
</p></div></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="license"></a>License</h2></div></div></div><p>
Imagination is licensed under the GPL2 license.
</p></div></div></body></html>
|