Hi,
I was wondering if it's possible to use Core Animation to work on images and not on the display. For instance I want to apply a CATransform3D (on the iPhone) and output the result of the image manipulation in another image and not on the screen.
Thanks!