Page 1 of 1

Sort Photos by Pixel Height and Width

PostPosted: Mon Dec 15, 2014 10:37 am
by bigjim
I'm trying to get some simple rules working that will sort photos by pixel height and width. An example rule would be

Pixel Height is 1440
Pixel Width is 2560

Move to folder 2560x1440

With both of those in place, I get no matches on the folder I've selected. If I take out the height, still nothing, but if I only use height it matches all the files as I would expect. Looking at the info on the files in the preview list, it should match 2560x1440. It appears Pixel Width is not matching/working, but I know some of the files are 2560x1440.

Thanks,

Re: Sort Photos by Pixel Height and Width

PostPosted: Mon Dec 15, 2014 1:52 pm
by Ultimatemoe
A simplier way to do this would be something like this

If kind is image
sort into subfolder with pattern width x height

width and height can be accessed as attributes from finder

Re: Sort Photos by Pixel Height and Width

PostPosted: Mon Dec 15, 2014 2:28 pm
by bigjim
Thanks, that works perfectly and is better all-around! Not sure why it wasn't picking up the widths before but this way it works perfect.