修改mac电脑截屏的默认分辨率

时间:2020-12-04 10:54:48   收藏:0   阅读:12

使用mac自带的快捷键截屏
shift + command + 4
默认的截图格式是PNG格式但是,比较大
修改默认的图片格式从PNG格式到JPEG格式,可以使截图大小明显降低

如下命令,修改截图图片格式为jpg(较小的文件大小)

defaults write com.apple.screencapture type jpg

如下命令,使用系统默认的PNG格式(较大)

defaults write com.apple.screencapture type png

参考链接https://www.addictivetips.com/mac-os/take-low-quality-screenshots-on-macos/

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!