Ever wondered how you can quickly resize a image using Mac OS X. If using terminal doesn’t scare you, you sips for the job. Below you find the command I use to resize all image in the current folder to a resolution that is acceptable for web pages.
sips -Z 1280 -s dpiHeight 72.0 -s dpiWidth 72.0 *.jpg