[Pyobjc-dev] iPhoto export plugin...
Brought to you by:
ronaldoussoren
From: Jonathan L. <pan...@sk...> - 2004-05-24 20:38:05
|
I am interested in writing a plugin for iPhoto using PyObjC to "export" my images. I will be making it general purpose enough to upload to a variety of locations through python extensions. Initially, I am looking to have it export entire albums to my blog, which runs on the great TextPattern content management system (www.textpattern.com). I found this article about the necessary steps to write an iPhoto export plugin in Objective-C: http://www.stone.com/The_Cocoa_Files/Writing_PlugIns.html I have a decent, but limited, understanding of Objective-C, but a very healthy understanding of Python. After reading this article, my question is: would it be possible for me to implement such a plugin on top of PyObjC without having to write any Objective-C? Any guidance would be appreciated. - Jonathan |