Skip to content

Instantly share code, notes, and snippets.

@mitogh
Created September 19, 2014 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitogh/fef13ec5a144daa050db to your computer and use it in GitHub Desktop.
Save mitogh/fef13ec5a144daa050db to your computer and use it in GitHub Desktop.
Change format of the screenshots in Mac.
defaults write com.apple.screencapture type png
killall SystemUIServer
# Different formats
# png: Portable Network Graphic
# pdf: Portable Document Format
# jpg: Joint Photographic Experts Group (JPEG)
# tif: Tagged Image File Format (TIFF)
# gif: Graphics Interchange Format
# pct: Macintosh QuickDraw Picture (PICT)
# bmp: Microsoft Windows Bitmap
# sgi: Silicon Graphics
# tga: Truevision Targa
# jp2: JPEG 2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment