Writing An Aperture Edit Plugin - Part 1
Wednesday, July 16th, 2008
I have a need to start working on an Aperture Edit plugin for personal reasons. For the next two years I will be working towards an MFA in Photographic and Electronic Media at the Maryland Institute College of Art in Baltimore Maryland. During this experience I will be taking lots of pictures, and developing a long term documentary project. However, in addition to my traditional work, I will be adding a component to my exhibition and thesis that has to do with the visualization of my images.
You can read more about this at the website I have set up to document my project at Entropy Art.
Using an Aperture Edit plugin to manage my digital image processing makes perfect sense to me. I can create a suite of routines, have them be customizable in any way I want, and have them directly integrated with Aperture. This will keep my workflow simple and will keep all of my images and thesis work in one place.
(more…)
Posted in Developers, Micah Walter, Projects | 1 Comment »
Part 4 of this series is going to introduce the implementation file for our Aperture plugin. If you are new to Xcode, Cocoa, and Objective-C programming you may want to have a look at some of the really great tutorials over at 
