stb_image: update stb_image.h to v2.02
[fbvis.git] / README
blob78485ff78ecfeeffacf3d0de862e38479b85a751
1 FBVIS
2 =====
4 Fbvis is a small framebuffer image viewer.  It includes stbi and
5 lodepng and does not use external libraries.  Fbvis is short for
6 visualize on the framebuffer.
8 KEYBINDING
9 ==========
11 The following table describes fbvis' keybinding.  Most of these
12 commands accept a numerical prefix that specifies the number of
13 times the command should be repeated.
15 ==============  ================================================
16 KEY             COMMAND
17 ==============  ================================================
18 k               scroll up
19 j               scroll down
20 l               scroll right
21 h               scroll left
22 H               show image top
23 M               show image centre
24 L               show image bottom
25 ^F, J, n        next file
26 ^B, K, p        previous file
27 backspace, ^U   page up
28 space, ^D       page down
29 f               zoom to fit image height
30 w               zoom to fit image width
31 z               show image in its original size
32 i               print file name
33 d               sleep one second
34 ^L, r           redraw
35 q               quit fbvis
36 digits          specify a numerical prefix
37 escape, ^[      clear the numerical prefix
38 ==============  ================================================