Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Bob Mac

macrumors newbie
Original poster
Apr 10, 2012
4
0
Howdy Folks,

Any one know how to save a "screen shot" as a JPG....????
 
Take the screenshot then open it in preview. Under the file tab is the save as option. Go there and save as jpeg. Then you're done :)
 
Unless you have a good reason to need JPG I would suggest PNG instead. JPG is optimized for photos and will make straight lines, text etc on a screenshot look blurred.
 
jpg is a pretty bad image file type due to the up-sampling and down-sampling (conversion) of the pixels. use png instead.
 
Open Terminal and type:

Code:
defaults write com.apple.screencapture type jpg

Valid formats are: png, pdf, tiff, pict, bmp, gif, psd, sci, or tga

While you're at it you can change the path it's saved at with:

Code:
defaults write com.apple.screencapture location "typeyourpathhere"
 
Thanks to each of you! Saved as PNG

Thanks again to each of you! I saved file as PNG.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.