views:

51

answers:

1

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!

+1  A: 

You need Core Graphics transforms for that. Core Animation is all about the display.

Matt Long
Thanks. But these are only affine transforms if I'm correct?
Kamchatka