使用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/