GL context to juce::Image?

Is there any realiable way to get a the pixels (ie. juce::Image) from a GL context?

 

 

Not really.. But you can create a juce Image which wraps a GL framebuffer, and draw into that. Then you can access the pixels like any other Image.