Home

Awesome

Image viewer with slideshow (Windows/Linux/Mac)

Simple, minimum, yet configurable photo viewer/slideshow/digital signage software for Windows, Linux, and macOS. Inspired by "feh" https://feh.finalrewind.org/

Download:

Windows version is available at the Microsoft Store. 

Feature:

Screenshot:

Windowless(inFrame) View (with slideshow) on Windows 11
Windowless View (with slideshow) on Windows 11

Normal View on Windows 11 Normal View on Windows 11

Normal View on Linux Normal View on Linux

Usage:

ImageViewer can be launched by (1) double clicking the executable and selecting image files or (2) selecting image files or folders and using "send to" feature in Windows explorer (create "shortcut" file and place it to "shell:sendto" folder) or (3) command-line.

Command-line options:

ImageViewer can be launched via command-line, and applications or scripts can also launch Image Viewer with following options.

Command-line Useage example:

$ ImageViewer -i 2 -f on -o on -e off C:\Users\<USER>\Pictures\Wallpapers\

Contributing

Feel free to open issues and send PRs. It is much appreciated.

Build instruction:

You can download Lazarus IDE, the Delphi compatible cross-platform IDE and FPC(compiler) from here.

Or sudo apt install lazarus on Ubuntu.

Just open the project file ("ImageViewer.lpr") with Lazarus IDE and hit F9 and run. That's it!

If you are on Linux, you may need to change target platform. Main menu > Project > Project Options and Compiler Options > Config and Target menu, and then pick Target platform > Target OS "Linux", Target CPU family "x86_64" according to your system.

Compiled and tested on:

Contributers

Third-party components

win32titlestyler.pas by @Alexey-T