Freeshow - a free java slideshow program
Freeshow is a java program for playing slideshows.
- plays slides, where each slide consists of an image, any number of text strings and a sound file
- program input in simple xml format
- fully configurable string and image placement, font size, colors, etc.
- sound files can be wav or ogg vorbis
- licensed under the GNU General Public License
Quickstart
Make sure that the java runtime engine is installed. It can be downloaded from
here
Extract the file freeshow-*.tar.gz.
Open a terminal window and enter the directory where the files were extracted.
To see a sample slide show, execute the command:
java -jar freeshow-0.22.jar samples/testshow.xml
A sample slideshow is shown. Terminate the program at any time by pressing [ESC].