MacScreenshotFileFormat

nicolaw 13th April 2018 at 3:04pm
Mac macOS TechnicalNotes
defaults write com.apple.screencapture type png;killall SystemUIServer
defaults write com.apple.screencapture type jpg;killall SystemUIServer
defaults write com.apple.screencapture type gif;killall SystemUIServer
defaults write com.apple.screencapture type tiff;killall SystemUIServer
defaults write com.apple.screencapture type PDF;killall SystemUIServer
defaults write com.apple.screencapture disable-shadow -bool true
defaults write com.apple.screencapture disable-shadow -bool false