README (507B)
1 xscreenshot - make screenshot 2 ============================= 3 4 xscreenshot is a simple screenshot utility. It writes image data to stdout. 5 6 7 Dependencies 8 ------------ 9 10 - libX11 11 12 13 Optional dependencies 14 --------------------- 15 16 - To convert farbfeld data you can use ff2png from: 17 https://git.suckless.org/farbfeld/ 18 19 Compile 20 ------- 21 22 $ make 23 # make install 24 25 26 Usage 27 ----- 28 29 xscreenshot [winid] > file.ff 30 ff2png < file.ff > file.png 31 32 33 Known issues 34 ------------ 35 36 A specified windowid has to be visible on the screen.