Fastest method for screen capturing on Linux

后端 未结 8 1196
-上瘾入骨i
-上瘾入骨i 2020-12-12 20:13

This question is similar to this one

Fastest method of screen capturing

but for linux/X11.

To be more specific, i need a method to capture the pixel

8条回答
  •  独厮守ぢ
    2020-12-12 20:52

    You can use xwd(1) to dump a X11 window (and xwud(1) to display it). ImageMagick and the Netpbm tools know how to deal with the XWD format. But these are not especially fast. And they will not reveal hidden portions of a window.

提交回复
热议问题