summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 654916fcdb7badb5719fd5b5081a6fad90bd34dc (plain)
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
## fbv
A framebuffer image viewer.   
fork from `http://s-tech.elsat.net.pl/fbv/`   
remove gif support for the libungif is obsolete.   

------------
1. OVERVIEW   
  fbv (FrameBuffer Viewer) is a simple program to view pictures on a linux
framebuffer device. In 2000, when fbv was created, there were no other
situable programs performing the same task, so the authors decided to
follow the rule: 'If you need a tool - write it yourself!' :-)

2. REQUIREMENTS
  - Linux, configured to provide the framebuffer device interface
  - libjpeg for JPEG support
  - libpng for PNG support
  - build in BMP support

3. INSTALLATION
  - run ./configure
  - type: make
  - type: make install

4. USAGE   
  Just run fbv without any arguments, and a short help message will appear.

5. AUTHORS   
  Tomasz 'smoku' Sterna <tomek@smoczy.net>
  Mateusz 'mteg' Golicz <mtg@elsat.net.pl>
  
  Feel free to send any comments, patches, bugfixes, suggestions, etc. The authors are not native english speakers, and they are aware of the fact that their english is far from perfect. Because of that, reports on grammar and vocabulary mistakes in this file are also welcome.

OpenPOWER on IntegriCloud