Modify OS X System screenshot default save path and format

Source: Internet
Author: User

Tips to continue to bring the OS X system screenshot function. The system default screenshot path is the desktop folder, the default screenshot format is PNG picture format, how to customize the settings?

Screenshot save Path

Open the terminal (Terminal) and enter the following command:

Defaults write Com.apple.screencapture location/path/

/path/is the save path you want to set, such as storing the screenshot file in the user directory's picture (Pictures) folder, and the command is:

Defaults write Com.apple.screencapture location ~/pictures/

Next, to make the changes take effect, enter the following command:

Killall Systemuiserver

Of course, if you are accustomed to saving screenshots on the desktop,/path/the corresponding path is ~/desktop/.

Screenshot file format

OS X System default screenshot file format is PNG, through the following terminal (Terminal) command can modify the screenshot file format for JPG:

Defaults write com.apple.screencapture type jpg

Alternatively, you can change the JPG in the command to GIF or PDF, and back to the default PNG format. Also, do not forget to enter the above order to make the change effective.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.