178dc6ba8e082ce984458bb2adf8893e9fb18030
slide
Simple, lightweight slideshow selecting random images from specified directory. This slideshow is designed to compile and run also on a Raspberry Pi, for example to turn it into a digital picture frame.
Tested versions:
- Raspberry Pi 3 running Raspbian Stretch.
Screen background is filled with a scaled version of the image to prevent pure black background.
Usage
slide [-t rotation_seconds] [-o background_opacity(0..255)] [-b blur_radius] -p image_folder
image_folder: where to search for images (.jpg files), currently non-recursivelyrotation_seconds(default=30): time until next random image is chosen from the given folderbackground_opacity(default=150): opacity of the background filling image between 0 (black background) and 255blur_radius(default=20): blur radius of the background filling image
Dependencies
- libexif
- qt5
sudo apt install libexif-dev qtdeclarative5-dev-tools
Build
mkdir -p make
cd make
qmake ../src/slide.pro
make
sudo make install
Languages
C++
95.1%
Shell
2.7%
QMake
1.4%
Makefile
0.7%
C
0.1%
