Tagged Questions
The bitblit tag has no wiki summary.
5
votes
3answers
4k views
How to render to offscreen bitmap then blit to screen using Core Graphics
I would like to render to an offscreen bitmap (or array of RGBA values) and then blit those to a UIView during in the view's drawRect function. I would prefer to do full 32-bit rendering (including ...
2
votes
2answers
500 views
wxPython wxDC object from win32gui.GetDC
I am getting a DC for a window handle of an object in another program using win32gui.GetDC which returns an int/long. I need to blit this DC into a memory DC in python. The only thing I can't figure ...