.\" generated by KeyJ's html2man.py version 0.1 .TH IMPRESSIVE 1 2013-12-29 "Martin J. Fiedler" "Impressive Documentation"> .SH "NAME" Impressive \- presentation tool with eye candy .SH "SYNOPSIS" .IX Header "SYNOPSIS" .B impressive [OPTIONS...] FILES... .SH "DESCRIPTION" .IX Header "DESCRIPTION" Impressive is a simple presentation program that displays slideshows of image files (JPEG, PNG, TIFF and BMP) or PDF documents. Rendering is done via OpenGL, which allows for some "eye candy" effects. .PP .SH "OPTIONS" .IX Header "OPTIONS" .br \fB\-a \fI\fR\fR or \fB\-\-auto \fI\fR\fR .RS Automatically advance to the next page after the given number of seconds. Together with the \fB\-w\fR option (described below), this can be used to create automatic slideshows. .RE .PP .br \fB\-A \fI\fR:\fI\fR\fR or \fB\-\-aspect \fI\fR:\fI\fR\fR .RS Specifies the display aspect ratio. Normally, Impressive assumes that the pixel aspect ratio is 1:1 (square pixels), regardless of the display resolution that has been set up. If a resolution has been selected that doesn't match the display's aspect ratio, the screen will be distorted. To overcome this, this option may be used to manually specify the display aspect ratio, e.g. "\-A 16:9". Note that this option has no effect if Xpdf is used for rendering. .RE .PP .br \fB\-b\fR or \fB\-\-noback\fR .RS Disabled background rendering. By default, Impressive will pre\-render all pages in a separate background thread while the presentation runs. If this option is specified, it will instead render all pages immediately on startup. This option has no effect if caching is disabled (\fB\-\-cache none\fR, see below). .RE .PP .br \fB\-B \fI\fR\fR or \fB\-\-boxfade \fI\fR\fR .RS Sets the duration (in milliseconds) of the highlight box fade\-in/\:fade\-out animation. Default value: 100 ms. .RE .PP .br \fB\-c \fI\fR\fR or \fB\-\-cache \fI\fR\fR .RS Specifies the page cache mode to use. Valid options are: .br \fBnone\fR .RS Disables page caching altogether, only the current and the following page will be kept in RAM. Jumping between pages will be very slow, because Impressive will need to render the requested pages on the fly. In addition, the overview page won't be complete until every page has been shown at least once. .RE .br \fBmemory\fR .RS Caches all page images in memory. This is the fastest method, but it requires very large amounts of memory (about 3 MiB per page at 1024x768 resolution). .RE .br \fBdisk\fR .RS Like above, but uses a temporary file rather than memory for storage. This is the default. .RE .br \fBpersistent\fR .RS Uses a permanent cache file for caching. This file will not be deleted when Impressive quits and will be reused on subsequent invocations. The default name for the cache file is derived like the names for Info Scripts (see below for an explanation), but with a \fB.cache\fR file name extension instead of \fB.info\fR. This method is a little bit slower than \fBdisk\fR mode, but the time span until the overview page is fully populated will be significantly decreased if Impressive is ran again with the same input files and options. .RE The mode name may be abbreviated at will, down to one character. Thus, \fB\-\-cache persistent\fR, \fB\-c persist\fR and even \fB\-cp\fR are all synonyms. .RE .PP .br \fB\-C \fI\fR[:\fI\fR,\fI\fR]\fR or \fB\-\-cursor \fI\fR[:\fI\fR,\fI\fR]\fR .RS This option can be used to specify the path to an image file (typically a transparent .png) that shall be used as the mouse cursor instead of the default one. Optionally, the hotspot may be specified (this is the position inside the cursor image where the real mouse position is located). Example: \fB\-\-cursor mycursor.png:2,4\fR .RE .PP .br \fB\-\-clock\fR .RS If this option is enabled, the current time will be shown instead of the elapsed time if time display is activated with the \fBT\fR key. Compatible with the \fB\-M\fR option. .RE .PP .br \fB\-d \fI