
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
