Noob问题......
但未安装快门,打印屏幕似乎无法正常工作,屏幕抓取未安装等。
答案 0 :(得分:7)
这可以通过ImageMagick实现。通过运行命令
进行安装sudo apt-get install imagemagick
要抓住所有桌面,只需输入
即可import -window root screen.png
或者你可以延迟5秒
sleep 5; import -window root screen.png
答案 1 :(得分:5)
对于重量较轻的截图工具,请使用scrot
sudo apt-get install scrot
要在终端上截取屏幕截图,只需输入
即可scrot
比如说5秒钟后截取屏幕截图
scrot -d 5