blob: 18648119c4ea4fe53fcc51ffdc49b122e9c16b39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
## Image viewer for the Lumina Desktop
This is an image viewer.
### Library Dependencies
1. Qt 5.7+ (specific modules listed below)
* concurrent
* core
* gui
* network
* multimedia
* multimediawidgets
* svg
* widgets
* printsupport
2. Other Libraries
* libc
### Command Line Arguments
* Any files listed after `lumina-photo` will be added to the playlist
* Example : `lumina-photo ./test1.png ./test2.svg ./test3.jpg`
* Wildcards are allowed to open multiple files in any path
* Example : `lumina-photo ./testdir/*
|