Thanks for your reply, there is still so much I need to learn.
I thought adding an autorelease pool wasn't necessary when garbage
collection was turned on?
I suppose making the NSBitmapRep image is taking so long to convert to
because I have seven CISourceOverCompositing filters to combine sev
I'm running a CIImage through some CIFilters, and I want to save the
returned CIImage to disk. Everything is very fast up until the point
where I try to actually save the image. I first create an
NSBitmapImageRep with my CIImage, get the needed NSData from that
object, and then save it to d