如何将MAC截图格式由png设置成jpg

如题所述

  第一种方法:使用“美图看看”打开一张png图片。然后,点击“编辑”再点击下拉三角。选择“批量转换格式”,将格式转换为JPG格式即可。
  第二种方法:打开电脑自带“画图工具”,然后点击“另存为”,存储为JPG格式即可。
  第三种方法:使用Potoshop打开一张图片。然后,点击“文件”-“存储为”,将图片存储为JPG格式即可。
  用Mac自带的截屏工具,通过终端命令修改输出格式,其命令如下:
  【1】打开终端 输入
  【2】修改location
  【3】defaults write com.apple.screencapture location
  【4】就是你希望保存截图的路径
  【5】macosx截图后的默认照片文件格式是png的,
  【6】默认截图格式改为jpg、gif或pdf,可以在终端输入以下命令:
  defaults write com.apple.screencapture type jpg 保存为jpg格式
  defaults write com.apple.screencapture type gif 保存为Gif格式
  defaults write com.apple.screencapture type png 保存为Png格式
  defaults write com.apple.screencapture type pdf 保存为Pdf格式
温馨提示:答案为网友推荐,仅供参考
相似回答