Skip to content

Instantly share code, notes, and snippets.

@sulram
Last active July 18, 2016 15:09
Show Gist options
  • Save sulram/abf1f3be4453aca709272cbdfba03811 to your computer and use it in GitHub Desktop.
Save sulram/abf1f3be4453aca709272cbdfba03811 to your computer and use it in GitHub Desktop.

screen capture image type

You can change the default file type for screen captures by using a terminal command. Every installation of Mac OS X includes the Terminal application in Applications > Utilities. Most major image formats are supported including PNG, PDF, GIF, TIFF, and JPG, we’ll go with JPG since that is a common type of web graphic:

defaults write com.apple.screencapture type jpg

Then you must kill the SystemUIServer for changes to take effect:

killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment