- # very simple example with no special effects
-
# blank lines and lines starting with '#' are ignored
-
- # use "title" in the image field to create a title
slide.
-
# title:duration:description
- # The "description" string gets put on the title
slide.
-
title:5:This is my title
-
- # each picture gets put on a separate line. The format is:
-
# full_path_to_file.jpg:Duration:Subtitle
-
# duration is how long the picture will be visible in seconds.
-
# The Subtitle field is optional and can be left blank.
-
picture1.jpg:4:Picture 1
-
pano.jpg:4:What a cool picture
-
picture2.jpg:3
-
- # At any time in the slideshow, you can use special keywords:
-
# "black" will insert a black frame for the specified
duration.
-
black:2:This is a black frame
-
- # Note that if you do not specify a background image,
- # a black background will be used behind the images if required.
-
# You can also use the "background" keyword to display the
current
-
# background image (black or some passed image) for a given time:
-
background:2:This is the background
-
- # so the previous two lines would be the same if no background
image
-
# was specified.
-