image orientation

This commit is contained in:
Manuel
2019-01-21 22:16:41 +01:00
parent 39047e6470
commit 34a6394ee8
5 changed files with 417 additions and 10 deletions

View File

@@ -7,6 +7,15 @@ Simple slideshow showing random images from specified directory
slide /path/to/images
```
## Dependencies
* libexif
* qt5
```
sudo apt install libexif-dev qtdeclarative5-dev-tools
```
## Build
```