Linux字符界面,截图使用Scrot。
1、安装
Ubuntu下执行如下命令即可安装。
sudo apt-get install scrot
2、使用
安装完成后,该命令使用格式如下:
scrot [options] [file]
例子(~ 用户主目录):
1、对全屏截图并保存文件名:
scrot ~/abc.png
设备截图直接保存到电脑
‘adb shell screencap -p | sed ‘s/\r$//’ > screen.png’
screen.png 是自定义截图图片名称。
Ubuntu下的截图软件Deepin Scrot:http://www.linuxdiyf.com/linux/2640.html
Linux下截图软件Scrot的安装:http://www.linuxdiyf.com/linux/3170.html
ubuntu下截图工具的使用:http://www.linuxdiyf.com/linux/13518.html
Linux下截图工具也玩命令:http://www.linuxdiyf.com/linux/86.html
Ubuntu安装截图工具Shutter,并设置快捷键Ctrl+Alt+A:http://www.linuxdiyf.com/linux/12859.html