Canto's Cumulus is a pig.

God I hate this program.

I’m writing an AppleScript that pulls all of the field data for each record. It works fine except pulling the file width and height - it seems to be getting the width and height of the thumbnail, not the actual image.

For example, on one image I have a width of 532 and height of 779 pixels but when I use this code:

set fileWidth to field “Image Width” of record i
set fileHeight to field “Image Height” of record i

and then check fileWidth and fileHeight instead of 532 and 779 I get 2 and 2.8973333333 which seems to correlate to the thumbnail size in inches, not the actual image dimensions. Any help would be appreciated

Maybe the units on your results are different than what you’re expecting? What’s the image’s resolution (i.e DPI)?