sips
sips is a handy little image manipulation utility that ships with OS X.
To rotate an image 90° clockwise:
sips -r 90 pretty-picture.jpg
To resize an image so that it’s 500 pixels wide:
sips --resampleWidth 500 pretty-picture.jpg
For simple tasks like that, it’s a lot quicker than firing up an image editor (even Preview).