README - lel - Farbfeld image viewer | |
git clone git://git.codemadness.org/lel | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (666B) | |
--- | |
1 lel - simple X11 image viewer | |
2 ============================= | |
3 | |
4 lel is a simple X11 image viewer. It reads images (in the farbfeld forma… | |
5 from either stdin or from a list of command-line arguments and displays … | |
6 in an X11 window. | |
7 | |
8 | |
9 Features | |
10 -------- | |
11 | |
12 - view modes: | |
13 - original image size. | |
14 - stretch image to window, keep aspect ratio. | |
15 - stretch image to window, don't keep aspect ratio. | |
16 - keybinds | |
17 - zooming | |
18 - panning | |
19 | |
20 | |
21 Dependencies | |
22 ------------ | |
23 | |
24 - libX11 | |
25 | |
26 | |
27 Optional (run-time) dependencies | |
28 -------------------------------- | |
29 - farbfeld: https://git.suckless.org/farbfeld/ | |
30 | |
31 | |
32 Compile: | |
33 -------- | |
34 | |
35 $ make | |
36 # make install | |
37 | |
38 | |
39 Known issues: | |
40 ------------- | |
41 | |
42 See TODO file. |