Multi photo slideshow software

21,298

Solution 1

You can use the command-line tool feh:

sudo apt-get install feh

To view all pictures randomly in, for example the ~/Pictures directory and all its subfolders, use the following command:

feh --recursive --randomize --auto-zoom --geometry 1600x1000 ~/Pictures

To view the pictures in their default geometry and in the order of the folder:

feh --recursive --auto-zoom ~/Pictures

You can find more information and keyboard shortcuts here.

Solution 2

Check Shotwell(comes Pre-Installed).

You can also try F-spot Photo Manager. Click to installenter image description here

F-Spot is a full-featured personal photo management application for the GNOME desktop. It simplifies digital photography by providing intuitive tools to help you share, touch-up, find and organize your images. It allows for importing of your existing photo collections, tagging photos with identifiers, as well as doing simple edits of photos (e.g. rotating)

There is also gwenview.

Install it by : sudo apt-get install gwenview

Source

Source

Share:
21,298

Related videos on Youtube

Dries Van Eyck
Author by

Dries Van Eyck

Updated on September 18, 2022

Comments

  • Dries Van Eyck
    Dries Van Eyck almost 2 years

    Hey everybody I'm looking for a program on Ubuntu that can make a slideshow of photo's in a directory and is able to show multiple photos at the same time filling up the screen.

  • Admin
    Admin over 8 years
    cool! (+1) feh -rZFD 4 . (= recursive + auto-zoom + fullscreen + delay=4s)