Needsumhelp
Registered
Uh, is there any way to do this? Because it's really annoying when I have to import them into photoshop everytime before I can upload them, just to change the file type.
Uh, is there any way to do this? Because it's really annoying when I have to import them into photoshop everytime before I can upload them, just to change the file type.
It didn't work for me. (maybe I'm doing something wrong?)Better yet, open up /Applications/Utilities/Terminal and type in the following command:
defaults write com.apple.screencapture type jpg
You can also supstitute these for jpg: tiff, pdf or png
It didn't work for me. (maybe I'm doing something wrong?)
You can open it up in Preview and then save it as a .JPG.
My understanding is that that trick only works in Tiger. There is a similar trick that only works in Jaguar (or is it 10.1 Puma?), but nothing for Panther. I could be wrong, though; I've Googled this in the past and found many conflicting reports, and I never tested everything myself.
If you do try any tricks you find, I recommend logging out and back in, otherwise it might not take effect.
My understanding is that that trick only works in Tiger.
defaults write NSGlobalDomain AppleScreenShotFormat imageFormat
Replace imageFormat with one of JPEG, TIFF, PNG, or PICT to change the format of the screenshot.
Thanks, it worked for me!Try this in Terminal;
defaults write NSGlobalDomain AppleScreenShotFormat (format)
Try this in Terminal;
defaults write NSGlobalDomain AppleScreenShotFormat (format)
-bash: syntax error near unexpected token `('
2007-05-16 17:53:24.009 defaults[540]
Rep argument is not a dictionary
Defaults have not been changed.
Better yet, open up /Applications/Utilities/Terminal and type in the following command:
defaults write com.apple.screencapture type jpg
You can also supstitute these for jpg: tiff, pdf or png