README - xscreenshot - screen capture tool | |
git clone git://git.codemadness.org/xscreenshot | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (492B) | |
--- | |
1 xscreenshot | |
2 ----------- | |
3 | |
4 A simple X11 screenshot utility. It writes farbfeld image data to stdout. | |
5 | |
6 | |
7 Build and install | |
8 ----------------- | |
9 | |
10 $ make | |
11 # make install | |
12 | |
13 | |
14 Dependencies | |
15 ------------ | |
16 | |
17 - libX11 | |
18 | |
19 | |
20 Optional dependencies | |
21 --------------------- | |
22 | |
23 - To convert farbfeld data you can use ff2jpg or ff2png from: | |
24 https://git.suckless.org/farbfeld/ | |
25 | |
26 | |
27 Usage | |
28 ----- | |
29 | |
30 xscreenshot > file.ff | |
31 ff2png < file.ff > file.png | |
32 | |
33 | |
34 Known issues | |
35 ------------ | |
36 | |
37 A specified windowid has to be visible on the screen. |