Display Images - Control Images in Linux Framebuffer | Online Free DevTools by Hexmos
Control images in the terminal with fbi, a linux framebuffer image viewer. Display single or multiple images and create slideshows effortlessly. Free online tool, no registration required.
fbi
Display images in a terminal framebuffer. More information: https://manned.org/fbi.
- Display an image:
sudo fbi {{path/to/file}}
- Display multiple images:
sudo fbi {{path/to/file1 path/to/file2 ...}}
- Start a slideshow with a custom delay (in seconds):
sudo fbi {{[-t|--timeout]}} {{delay}} {{path/to/files/*}}
- Scale the image to fit the screen:
sudo fbi {{[-a|--autozoom]}} {{path/to/file}}
- Display help:
fbi {{[-h|--help]}}