No description
Find a file
2024-10-10 19:32:32 -04:00
.gitignore Add .gitignore with *.o config.* and fbv 2015-08-25 21:12:13 +00:00
COPYING add license 2019-04-23 16:37:30 +08:00
fb_display.c simplify and add farbfeld support. 2024-10-10 19:32:32 -04:00
main.c simplify and add farbfeld support. 2024-10-10 19:32:32 -04:00
Makefile simplify and add farbfeld support. 2024-10-10 19:32:32 -04:00
README.md simplify and add farbfeld support. 2024-10-10 19:32:32 -04:00
transforms.c simplify and add farbfeld support. 2024-10-10 19:32:32 -04:00
viewimage.1 simplify and add farbfeld support. 2024-10-10 19:32:32 -04:00
viewimage.h simplify and add farbfeld support. 2024-10-10 19:32:32 -04:00
vt.c redisplay the image when the virtual terminal is switched in 2020-06-16 13:00:21 +02:00

View Image

A simple framebuffer image viewer. Supports only farbfeld files.

Fork from https://github.com/godspeed1989/fbv, which is a fork from http://s-tech.elsat.net.pl/fbv/

INSTALLATION

make
make install

USAGE

Just run ./viewimage without any arguments, and a short help message will appear.

AUTHORS