-
Notifications
You must be signed in to change notification settings - Fork 41
/
fbv.1
96 lines (93 loc) · 2.58 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.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--shrink\fP , \fB-f\fP
Shrink (using simple resize) the image to fit onto screen if necessary
.TP
.BR \fB--colorshrink\fP , \fB-k\fP
Shrink (using color average resize) the image to fit onto screen if necessary
.TP
.BR \fB--enlarge\fP , \fB-e\fP
Enlarge the image to fit the whole screen if necessary
.TP
.BR \fB--widthonly\fP , \fB-l\fP
If fitting the image to the screen, fit horizontally only
.TP
.BR \fB--heightonly\fP , \fB-t\fP
If fitting the image to the screen, fit vertically only
.TP
.BR \fB--delay\fP , "\fB-s\fP \fI<delay>\fP"
Slideshow, wait 'delay' tenths of a second before displaying each image
.TP
.BR "\fB-n\fP \fIimagename\fP"
The image name as shown in the help page. Defaults to the file name.
When multiple files are passed, their names are separated by `^'
.TP
.BR "\fB--orientation\fP,\fB-o\fP \fIo\fP"
Initial orientation of the image, a number between 0 and 3
.TP
.BR \fB--skiptty\fP , \fB-y\fP
Shows the image and return without reading input from tty
.SH KEYS
.TS
l l.
Key Function
_
r Redraw the image
< or , Previous image
> or . Next image
a, d, w, x Scroll the image (cursor keys also do that)
f Toggle shrinking on/off
k Toggle shrinking quality
e Toggle enlarging on/off
l Toggle fitting the image horizontally
t Toggle fitting the image vertically
i Toggle respecting the image aspect on/off
+, -, 0 Increase, decrease and reset zoom
n Rotate the image 90 degrees left
m Rotate the image 90 degrees right
p Disable all transformations
h Help and image information
.TE
.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