»In praise of screenshots
change the default screenshot dump type by using a command-line:
defaults write com.apple.screencapture type image_format \ && killall SystemUIServer
where image_format is any of png pdf jpg tiff. Pre-Tiger (10.4.x), the default was pdf; Tiger defaults to png.
You must restart the SystemUIServer to see the changes.
