Created
September 19, 2014 15:51
-
-
Save mitogh/fef13ec5a144daa050db to your computer and use it in GitHub Desktop.
Change format of the screenshots in Mac.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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