Thursday, January 20, 2011

impressive

IMPRESSIVE(1)              Impressive Documentation              IMPRESSIVE(1)



NAME
Impressive - presentation tool with eye candy

SYNOPSIS
impressive [OPTIONS...] FILES...

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.

OPTIONS
-a or --auto
Automatically advance to the next page after the given number of
seconds. Together with the -w option (described below), this can
be used to create automatic slideshows.

-A : or --aspect :
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.

-b or --noback
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 (--cache none, see below).

-B or --boxfade
Sets the duration (in milliseconds) of the highlight box
fade-in/fade-out animation. Default value: 100 ms.

-c or --cache
Specifies the page cache mode to use. Valid options are:
none
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.
memory
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).
disk
Like above, but uses a temporary file rather than memory
for storage. This is the default.
persistent
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 .cache file name
extension instead of .info. This method is a little bit
slower than disk mode, but the time span until the over‐
view page is fully populated will be significantly
decreased if Impressive is ran again with the same input
files and options.
The mode name may be abbreviated at will, down to one character.
Thus, --cache persistent, -c persist and even -cp are all syn‐
onyms.

-C [:,] or --cursor [:,]
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: --cursor mycur‐
sor.png:2,4

-d

No comments:

Post a Comment