Linux picture show

From snippet wiki
Jump to navigation Jump to search

For displaying a full screen picture show using linux use the qiv program:

qiv -t -s -d 10 -f path_to_jpgs/*.jpg

The 10 above means display each image 10 seconds.

You might want to add some random shuffle to the pictures by using -r as an additional parameter.

In case you have protrait JPGs try to add -a for automatic exif orientation.