An image unit represents the plug-in architecture for Core Image filters. Image units use the NSBundle class as the packaging mechanism to allow you to make the filters that you create available to other applications. An image unit can contain filters that are executable or nonexecutable. (See “Executable and Nonexecutable Filters” for details.)
To create an image unit from a custom filter, you must perform the following tasks:
Write the filter by following the instructions in “Creating a Custom Filter.”
After reading this chapter, you may also want to read Image Unit Tutorial for in-depth information on writing kernels and creating image units.
Last updated: 2008-06-09