Finding Image Size Shouldn’t be so Hard
Uncategorized May 19th, 2009 by Shai Perednik
I figured OSX would make it easy to find a certain size image in a folder.
Using the pixel height or pizel width in spotlight didn’t work.
After googling I found this which explains how to do it the unix way in terminal.
% sips -g pixelHeight -g pixelWidth *
Not the ideal way but it worked for finding the image size I was looking for.
Related posts:Tags: Image Resize, Mac, OSX, XP
