struct of an image created by CreateImage()

BlitzPlus Forums/BlitzPlus Programming/struct of an image created by CreateImage()

x_to(Posted 2009) [#1]
i have this problem:

when i try to save an image with the imagebuffer() BPlus makes trouble at a size over 8000 pixels imagewidth.

then i tried to write an own save function for bmp files. the applications works with tiles and now i like to know how images are stored in memory with BPlus.

e.g. i´ve create a tile with CreatImage() and like to get the data from memory directly...

is it possible with BPlus ???

thanks for help..


Matty(Posted 2009) [#2]
You could readpixel the contents of the image into a bank? Is that what you mean?


Yeshu777(Posted 2009) [#3]
Something like IncBin in BlitzMax?


x_to(Posted 2009) [#4]
i´ve never used blitzmax, but usual i need the bitmap data of a bmp file inside BlitzPlus....

but how are they stored in memory ???