苹果Tiger系统 抓屏幕截图快捷键为:
抓全屏幕 苹果+Shift+3,抓窗口 苹果+Shift+4,按鼠标框选所需截屏窗口大小
;
开启实用工具/终端
;
输入:
defaults write com.apple.screencapture type jpg 回车!;
就改为生成.jpg格式的图咯~~~注销系统再进入,就生效了。;
如果想改回来,使用系统默认的PNG,那么就在终端输入:
defaults write com.apple.screencapture type png 这样就行了。;
同样,如果想改成gif,则为:
defaults write com.apple.screencapture type gif;
如果你喜欢Panther默认的PDF格式,那么则输入:
defaults write com.apple.screencapture type pdf
标签: