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