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

CodeSmile
- 64,284
- 20
- 132
- 217