blueroom macrumors 603 Original poster Feb 15, 2009 6,381 27 Toronto, Canada Apr 23, 2014 #1 Can automator be used to sort and file photos based on EXIF data? If so any ideas where I can start.
chown33 Moderator Staff member Aug 9, 2009 11,187 9,194 A sea of green Apr 23, 2014 #2 Which EXIF data did you want to use? The command-line tool underlying several of Automator's image-processing actions is called 'sips' (Scriptable Image Processing System). See its man page here: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/sips.1.html In particular, note the large number of properties one can get from the image. Many of these are encoded as EXIF.
Which EXIF data did you want to use? The command-line tool underlying several of Automator's image-processing actions is called 'sips' (Scriptable Image Processing System). See its man page here: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/sips.1.html In particular, note the large number of properties one can get from the image. Many of these are encoded as EXIF.
superscape macrumors 6502a Feb 12, 2008 937 223 East Riding of Yorkshire, UK Apr 24, 2014 #3 Hi, Yep, SIPS may well do the job. If not then you might also want to take a look at exiftool: http://www.sno.phy.queensu.ca/~phil/exiftool/ Note that both exiftool and SIPS are command line tools so you'd need to use the "Run Shell Script" Automator action (and have at least a basic grasp of the command line, of course!). Good luck!
Hi, Yep, SIPS may well do the job. If not then you might also want to take a look at exiftool: http://www.sno.phy.queensu.ca/~phil/exiftool/ Note that both exiftool and SIPS are command line tools so you'd need to use the "Run Shell Script" Automator action (and have at least a basic grasp of the command line, of course!). Good luck!