agrippa1994 / DX9-Overlay-API

Overlay API for DirectX 9 based games.
MIT License
127 stars 26 forks source link

Pass an hBitmap to ImageCreate? #15

Open evilC opened 10 years ago

evilC commented 10 years ago

Hi, sorry, another feature request from me. Would it be possible to allow us to create an image object from a bitmap in memory?

I am messing around with GDI+ in AHK (Using it for pixel detection) and would like a way to display what I am grabbing. This functionality would also make things like zooming into portions of the game screen possible.