Page 1 of 1

[Implemented] Add imageoutput() support to Drawingbuffer()

Posted: Sat Aug 15, 2009 9:48 pm
by thyphoon
All in the subject :P

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
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 ;)

Posted: Sat Aug 15, 2009 10:02 pm
by freak
Try the 4.40 beta1 :wink:

Posted: Sat Aug 15, 2009 10:03 pm
by thyphoon
freak wrote:Try the 4.40 beta1 :wink:
lollllllllll thanks !!! :P