Hi Guys,
I'm trying to load an image from a bitmap buffer instead of a file.
The basic idea is that I will link to a DLL (this I know how to do already) and the dll function read the bitmap from a file and then return it.
In the Blitz env I take the buffer and create an image from this buffer.
The question is how do I take the buffer and create the image from it's data?
Any code snippest would be great!
Thanks in advance
Yiftah
I'm trying to load an image from a bitmap buffer instead of a file.
The basic idea is that I will link to a DLL (this I know how to do already) and the dll function read the bitmap from a file and then return it.
In the Blitz env I take the buffer and create an image from this buffer.
The question is how do I take the buffer and create the image from it's data?
Any code snippest would be great!
Thanks in advance
Yiftah