How to get UIImage from EAGLView?
Here is a cleaned up version of Quakeboy’s code. I tested it on iPad, and works just fine. The improvements include: works with any size EAGLView works with retina display (point scale 2) replaced nested loop with memcpy cleaned up memory leaks saves the UIImage in the photoalbum as a bonus. Use this as a … Read more