scort 屏幕抓图工具使用
scrot 主要用于命令行下, 它使用imlib2库抓取并保存图片,在archlinux 中直接可以用:
yaourt scrot
进行安装.
抓取桌面:
scrot desktop.png
抓取窗口:
scrot -bs window.png
抓取区域:
scrot -s rectangle.png
延迟抓取:
scrot -cd 10 menu.png
生成缩略图:
scrot -t 50% thumb.png
更改品质:
scrot -q 70 quality.png
操作抓图:
scrot action.png -e ‘mv $f ~/images/‘
- 标题: scort 屏幕抓图工具使用
- 作者: The Redefine Team
- 创建于 : 2012-03-31 06:05:46
- 更新于 : 2023-05-23 18:52:03
- 链接: https://redefine.ohevan.com/2012/03/31/scrot/
- 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
评论