Software to display images full screen? - Raspberry Pi Forums


i looking simple application display full screen slide show, perhaps screen saver. images need fill display without borders etc. , each display @ least 30 seconds 5 minutes test cards, pictures , info 'pages'.. images created correct size , aspect ratio. suggestions? i'm sure there must out there.
dick

here possibilities, take looking meet needs.
assuming raspbian.

"built in" screensaver:
sudo apt-get install xscreensaver
sudo apt-get install xscreensaver-gl

apps slide shows , run @ least extent on rpi:
gpicview (pre installed, slow, might @ it)
imagemagick animate command (works well, animate -delay 2000 -backdrop /path/to/images/)
xzgv maybe, have script it
gqview
gwenview
xli, works pretty good

sudo apt-get install should install of above.

getting images right size , small file size wise possible help.

think it, xbmc distros support photos work since make use of gpu


raspberrypi



Comments