I want to save all of the work done(every object on the screen) as ONE jpeg image in COCOS2D android.
|
feedback
|
|
Use the RenderTexture class and its saveBuffer method. Taking a screenshot is the same process as for the iPhone version (CCRenderTexture). | |||
|
feedback
|