reduce file size for screenshots.

I often take screenshots, particiularly of error messages that I attach to emails. Recently the file size is such that the mail app says that the attachment is too largwe to send or to save as a Draft,

How do I reduce the file size?

iMac 24″, macOS 15.0

Posted on Oct 1, 2024 12:17 AM

Reply
Question marked as Top-ranking reply

Posted on Oct 1, 2024 3:29 AM

robert_coady wrote:

How do I reduce the file size?

macOS screen shots default to the PNG format. You can change that to JPG which will result in a much smaller file size by running this command in the Terminal…

defaults write com.apple.screencapture type jpg;killall SystemUIServer


to revert to PNG…

defaults write com.apple.screencapture type png;killall SystemUIServer


16 replies
Question marked as Top-ranking reply

Oct 1, 2024 3:29 AM in response to robert_coady

robert_coady wrote:

How do I reduce the file size?

macOS screen shots default to the PNG format. You can change that to JPG which will result in a much smaller file size by running this command in the Terminal…

defaults write com.apple.screencapture type jpg;killall SystemUIServer


to revert to PNG…

defaults write com.apple.screencapture type png;killall SystemUIServer


Oct 1, 2024 9:31 AM in response to robert_coady

You can follow the advice by dialabrain and change the screenshot formato jpg, which typically produces smaller files.


One other thing: in retina displays, the screenshot has a very high resolution.

What I usually do is the following:

I set the screenshots to open directly in Preview (Command-Shift-5 and click on Options, Save To, Preview

This lets me easily annotate the image, and also scale it down: Tools->Adjust Size, and type 50 for 50%.

I have set a keyboard shortcut so it is instantaneous to get to the Adjust Size window.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

reduce file size for screenshots.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.