have been struggling with this issue for quite some time now and couldn\'t find an answer so far. Basically, what I want to do, is capturing the content of my EAGLview and t
Two places I can see that you might be losing your transparency:
You could check if #2 is your problem by saving the image before you flip it over, and if it is, you could avoid the flipping over process by flipping the memory in your pixels buffer directly rather than using Core Graphics calls.