convert wxImageList/wxBitmap to TImage?

BlitzMax Forums/Brucey's Modules/convert wxImageList/wxBitmap to TImage?

MOBii(Posted 2016) [#1]
Is there a way to convert: wxImageList/wxBitmap to TImage?


Henri(Posted 2016) [#2]
Hi,

one way would be to convert wxBitmap to TPixmap which is almost the same (raw graphic data) and then use LoadImage() to create a TImage from that.

-Henri


MOBii(Posted 2016) [#3]
cheers