Skip to content

Xwd

Screenshot

xwd와 ImageMagick의 convert를 사용하면 된다.

$ xwd -root | convert xwd:- test.png

디스플레이 번호를 추가하고 싶을 경우 아래와 같이 진행한다.

$ xwd -root -display ${DISPLAY} | convert xwd:- test.png

See also