scrot 截屏(截取指定区域)
Posted 11 months, 1 week ago at 11:32 am. 0 comments
ad 468x60

linuxtoy 的这篇scrot 从入门到精通很详细,不错。截取全屏直接用 print 键就可以了,当前窗口 alt+print,我需要的截取选择区域。这是我建立的启动器命令
scrot -q1 -s -e’mv $f ~/Desktop/screenshots/’
-q1 图片压缩比最大
-s 截取指定区域
-e’mv $f xxx’ 截屏文件移动到 xxx 目录
我试验了一下 -q1 和 -q100,区别的确很大(q1 205k;q75 默认值 235k;q100 要2M多)。但 png 本来就是无损压缩,所以用 q1 文件尺寸更小,何乐而不为呢?
相关日志:
Linux 截(抓)屏方法总结
Popularity: 10% [?]
Tags: scrot
ad 468x60
Related posts
No Replies
Feel free to leave a reply using the form below!