Skip to content

Instantly share code, notes, and snippets.

@andyhullinger
Created February 11, 2014 02:07
Show Gist options
  • Save andyhullinger/8928032 to your computer and use it in GitHub Desktop.
Save andyhullinger/8928032 to your computer and use it in GitHub Desktop.
Another OSX Terminal tip I use all the time. Simple cd into a folder full of images and use the Mac's (scriptable image processing system) to read out the pixel dimensions of all the images.
sips -g pixelWidth -g pixelHeight *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment