3

I want to save all of the work done(every object on the screen) as ONE jpeg image in COCOS2D android.

Noman
  • 4,049
  • 10
  • 38
  • 59

1 Answers1

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