B Bob Mac macrumors newbie Original poster Jul 18, 2012 #1 Howdy Folks, Any one know how to save a "screen shot" as a JPG....????
L lazer155 macrumors regular Jul 18, 2012 #2 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 🙂
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 🙂
robvas macrumors 68040 Jul 18, 2012 #3 lazer155 said: 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 🙂 Click to expand... Save As? You mean 'Export'!
lazer155 said: 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 🙂 Click to expand... Save As? You mean 'Export'!
themumu macrumors 6502a Jul 18, 2012 #4 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.
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.
F fizzwinkus macrumors 6502a Jul 18, 2012 #5 robvas said: Save As? You mean 'Export'! Click to expand... it's changed between major releases of os x. png is usually better for the reasons mumu said.
robvas said: Save As? You mean 'Export'! Click to expand... it's changed between major releases of os x. png is usually better for the reasons mumu said.
S spike29 macrumors member Jul 18, 2012 #6 jpg is a pretty bad image file type due to the up-sampling and down-sampling (conversion) of the pixels. use png instead.
jpg is a pretty bad image file type due to the up-sampling and down-sampling (conversion) of the pixels. use png instead.
L lazer155 macrumors regular Jul 18, 2012 #7 robvas said: Save As? You mean 'Export'! Click to expand... Sorry yeah export. My fault.
pgiguere1 macrumors 68020 Jul 18, 2012 #8 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"
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"
B Bob Mac macrumors newbie Original poster Jul 18, 2012 #9 Thanks to each of you! Saved as PNG Thanks again to each of you! I saved file as PNG.
A aicul macrumors 6502a Jul 18, 2012 #10 Bob Mac said: Thanks again to each of you! I saved file as PNG. Click to expand... Hi, if im not mistaken you can use onyx to set the default printscreen file format, avoiding the preview/export
Bob Mac said: Thanks again to each of you! I saved file as PNG. Click to expand... Hi, if im not mistaken you can use onyx to set the default printscreen file format, avoiding the preview/export