Change OS X Screenshot Format Raw
```bash
# Other formats are tiff, gif, png, or pdf
defaults write com.apple.screencapture type jpg
killall SystemUIServer
```
```bash
# Other formats are tiff, gif, png, or pdf
defaults write com.apple.screencapture type jpg
killall SystemUIServer
```