I have SurfaceView
, SurfaceHolder
and Surface
objects. I learned that Surface
holds raw buffer. And I want to use this buffer and convert it to jpeg
images. How can I do that?
Asked
Active
Viewed 968 times
3

Cristik
- 30,989
- 25
- 91
- 127

user3472537
- 319
- 2
- 11
-
Possible duplicate: http://stackoverflow.com/questions/25091703/how-to-create-and-save-a-screenshot-from-a-surfaceview – davidgiga1993 May 18 '15 at 12:02