One Thing Well

A weblog about simple, useful software.

You can follow along on Twitter or via the feed. Don't hesitate to get in touch. Sponsor the site.

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).