- Modifié
Frame to UIImage
Hi All,
Is there a way of taking a snap of an animation frame into a UIImage.
I would like to do this without rendering the frame visible. So far it works when taking a snap of a layer (which has to be visible)
Trying to achieve the above using Cocos2d.
Thanks in advance.
6 jours plus tard
You could render to an FBO. Sorry I don't have cocos2d example code for this though. It's the same as doing it for any cocos2d node.