[Implemented] Add imageoutput() support to Drawingbuffer()
Posted: Sat Aug 15, 2009 9:48 pm
All in the subject
today to know address about image i must do
but it's difficult for cross-platform application !
ImageOutput() support to DrawingBuffer will be better
How to know the image address on MacOsX or Linux ?
Thanks for All

today to know address about image i must do
Code: Select all
Protected bmp.BITMAP,*buffer,size.l
GetObject_(ImageID(Image), SizeOf(BITMAP), @bmp.BITMAP)
*buffer = bmp\bmBits
Debug "buffer:"+Str(buffer)
size.l=bmp\bmWidthBytes*bmp\bmHeight
ImageOutput() support to DrawingBuffer will be better
How to know the image address on MacOsX or Linux ?
Thanks for All
