Via default, all of the screenshots that you are taking on a macOS are stored for your desktop within the .PNG symbol report layout. If for any explanation why, you wish to have to switch this report layout from .PNG to another, you’ll be able to easlity do this.
macOS means that you can alternate the default screenshot from .PNG to the next codecs: JPEG, GIF, TIFF, and PDF.
Right here’s tips on how to do it.
Learn Additionally: Screen Capture Keyboard Shortcuts for Windows and macOS
1. Release Terminal
Press Command + Area then kind in “Terminal” and hit Input to release the Terminal app.
2. Converting the default layout
Input the next command to switch the default screenshot report layout, changing .PNG with .JPG.
defaults write com.apple.screencapture kind jpg;killall SystemUIServer
The killall SystemUIServer
a part of the command principally refreshes the machine so the command is taken into impact.
Different report codecs
If you want to switch the default .PNG layout to different report codecs, merely substitute jpg
after kind
with gif
, tiff
or pdf
. Or you’ll be able to additionally use the instructions under.
GIF
defaults write com.apple.screencapture kind gif;killall SystemUIServer
defaults write com.apple.screencapture kind pdf;killall SystemUIServer
TIFF
defaults write com.apple.screencapture kind tiff;killall SystemUIServer
Revert again to PNG
And naturally, if you need to revert it again to .PNG symbol layout, use the next command:
defaults write com.apple.screencapture kind png;killall SystemUIServer
Conclusion
That’s it! Now move and take screenshots and put it aside on your most well-liked layout.
The publish How to Change macOS Screenshot File Format seemed first on Hongkiat.
WordPress Website Development Source: https://www.hongkiat.com/blog/change-macos-screenshot-file-format/