fim

fim (fbi improved) is an image viewer for framebuffer, it can be used for SBC (like Raspberry PI, LePotato, etc.) photoframes without requiring X Windows.

Basic usage:

fim -o fb {image}

fim -c "+25%;align 'bottom';" -o fb {image}

fim -c "align 'center';" -o fb {image}

fim --slideshow 30 --random -R -o fb {directory}

Sample content of the file .fimrc that hides the information displayed at the bottom of the screen:

_display_status=""

Key Binding:

Key Action
q Quit
+/- Zoom In/Out
Cursor keys Move view

Links

https://forums.raspberrypi.com/viewtopic.php?t=196043
https://www.nongnu.org/fbi-improved/

linux command

Back