How to Change Screenshot Format in Mac OS X

Run the following command from the terminal.# defaults write com.apple.screencapture type image_formate.g. for JPG, use the following.# defaults write com.apple.screencapture type jpg# killall SystemUIServerThis is it..-Vigyan

Leave a Reply