forked from godspeed1989/fbv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fbv.1
60 lines (55 loc) · 1.49 KB
/
fbv.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.TH fbv 1 "2001-02-18"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
FrameBuffer Viewer
.SH SYNOPSIS
\fBfbv\fP [options] image1 image2 image3 ...
.SH DESCRIPTION
This is a simple program to view pictures on a framebuffer console.
.PP
.nh
.SH OPTIONS
.TP
.BR "\fB--help\fP" , \fB-h\fP
help
.TP
.BR \fB--alpha\fP , \fB-a\fP
Respect alpha channel (if applicable)
.TP
.BR \fB--noclear\fP , \fB-c\fP
Do not clear the screen before/after displaying image
.TP
.BR \fB--unhide\fP , \fB-u\fP
Do not hide/show cursor before/after displaying image
.TP
.BR \fB--noinfo\fP , \fB-i\fP
Do not show image information
.TP
.BR \fB--stretch\fP , \fB-f\fP
Strech (using simple resize) the image to fit onto screen if necessary
.TP
.BR \fB--colorstretch\fP , \fB-k\fP
Strech (using color average resize) the image to fit onto screen if necessary
.TP
.BR \fB--delay\fP , "\fB-s\fP \fI<delay>\fP"
Slideshow, wait 'delay' tenths of a second before displaying each image
.BR
Use a,d,w and x to scroll the image
.SH AUTHOR
Tomasz 'smoku' Sterna <[email protected]>
.br
Mateusz 'mteg' Golicz <[email protected]>
.br
Marcin 'Piaskowy' Zieba <[email protected]>
.br
YL godspeed1989 <[email protected]>
.br