2 .\" Some roff macros, for reference:
3 .\" .nh disable hyphenation
4 .\" .hy enable hyphenation
6 .\" .ad b justify to both left and right margins
7 .\" .nf disable filling
9 .\" .br insert line break
10 .\" .sp <n> insert n+1 empty lines
11 .\" for manpage-specific macros, see man(7)
15 \fBfbv\fP [options] image1 image2 image3 ...
17 This is a simple program to view pictures on a framebuffer console.
22 .BR "\fB--help\fP" , \fB-h\fP
25 .BR \fB--alpha\fP , \fB-a\fP
26 Respect alpha channel (if applicable)
28 .BR \fB--noclear\fP , \fB-c\fP
29 Do not clear the screen before/after displaying image
31 .BR \fB--unhide\fP , \fB-u\fP
32 Do not hide/show cursor before/after displaying image
34 .BR \fB--noinfo\fP , \fB-i\fP
35 Do not show image information
37 .BR \fB--stretch\fP , \fB-f\fP
38 Strech (using simple resize) the image to fit onto screen if necessary
40 .BR \fB--colorstretch\fP , \fB-k\fP
41 Strech (using color average resize) the image to fit onto screen if necessary
43 .BR \fB--delay\fP , "\fB-s\fP \fI<delay>\fP"
44 Slideshow, wait 'delay' tenths of a second before displaying each image
47 Use a,d,w and x to scroll the image
52 Tomasz 'smoku' Sterna <tomek@smoczy.net>
54 Mateusz 'mteg' Golicz <mtg@elsat.net.pl>
56 Marcin 'Piaskowy' Zieba <piaskowy@irc.pl>