Mac OS X Needs an EXIF Contextual Menu Plugin
Posted February 24th, 2007 @ 12:02am by Erik J. Barzeski
I read on one of the many photography forums out there that someone right-clicked on an image and saw the EXIF data. On the Mac, the only two lightweight applications (1 and 2) are written for Intel Macs, and PhotoToolCM hasn't been updated since about the time Steve Jobs returned to Apple ((I'm exaggerating, yes.)). Several other apps (EXIFutils, EXIFplot, EXIF-O-Matic) are also PPC only.
It appears that someone could wrap the exiftags source into a contextual menu item for PPC/Intel Macs. So, will someone? I'd do it if it weren't so… Carbon? COM?
Posted 24 Feb 2007 at 4:26am #
Path Finder includes EXIF info in its Info window (Cmd-i). You're already using Path Finder right? If not, you should be. 🙂
Posted 24 Feb 2007 at 9:03am #
Hm, a friend and I have been working on small "micro-projects" on Obj-C. I'm on an iBook, and him on a MacBook, and we're both photographers. I'll pose this to him this weekend at our meeting and go from there. We'll see what we can do 😀
Posted 24 Feb 2007 at 9:57am #
[quote comment="39655"]Path Finder includes EXIF info in its Info window (Cmd-i). You're already using Path Finder right? If not, you should be. :)[/quote]
PathFinder is not my style, and it wouldn't help with displaying the EXIF info of an image in a browser window.
Posted 24 Feb 2007 at 3:03pm #
The OS libraries have support for exif as of Tiger. Take a look at the docs for CGImageSource and CGImageDestination. So, no need to wrap exiftags if CF is more your style.
Posted 24 Feb 2007 at 3:48pm #
[quote comment="39661"]The OS libraries have support for exif as of Tiger. Take a look at the docs for CGImageSource and CGImageDestination. So, no need to wrap exiftags if CF is more your style.[/quote]
Interesting. Thanks. That may indeed be a better way to go. CMMs scare me, though - I signed on to Cocoa largely so I didn't ever have to look at code like the sample CMMs I've seen so far.
Posted 26 Feb 2007 at 2:44pm #
I sure hope they have support for Cocoa contextual menu plugins at some point.