Touchview
A command-line program to show images full-screen, and to switch between them either manually or as a slideshow. It was inspired by the fact that the slideshow in Shotwell does not have a “shuffle”-option.
Use the program with the “-h” switch to show help for how to use it.
System Requirements
- A Java runtime environment version 8 or later
Download
File | Touchview-1_0_1.zip (10.3KiB) |
---|---|
Release | 1.0.1, |
MD5-Sum | 3b57339d8bb79a3de87ba62befac4add |
SHA1-Sum | 748b1807b66aaebf0f7065f192b6b29f8d9b5803 |
SHA256-Sum | f76ef9e1dd5918f547091f88267a4d332f80aeb1a6c2f5f0b9992841ce071e8b |
GPG Signature | Touchview-1_0_1.zip.sig |
Languages
- English
Features
- Show an image full screen
- Switch between images using the keyboard or your mouse
- Show a slideshow with a chosen delay
- Shuffle the images shown
Design
The current design is shown in the following UML diagrams.
Touchview v 1.0.0
The program takes a list of files and directories (and options) on the command-line. It constructs a list by walking the directories, and adding any valid image files. It then starts up in full-screen mode and shows the images. JavaFX is used for the gui elements of the program.
Tools Used
Ant, ArgoUML, Gimp, Git, GNU Emacs, Java SE 8