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