cybergoober
Neomaxizoomdweebie
Screenshots in Tiger default to .png format. This can be changed now by opening a Terminal window and typing:
for pdf
for jpg
for gif
then log out and log back in.
Command-Shift-3 etc should now produce the format of your choosing. To go back to png use
for pdf
Code:
defaults write com.apple.screencapture type pdf
Code:
defaults write com.apple.screencapture type jpg
Code:
defaults write com.apple.screencapture type gif
Command-Shift-3 etc should now produce the format of your choosing. To go back to png use
Code:
defaults write com.apple.screencapture type png