convert wxImageList/wxBitmap to TImage?
BlitzMax Forums/Brucey's Modules/convert wxImageList/wxBitmap to TImage?| 
 | ||
| Is there a way to convert: wxImageList/wxBitmap to TImage? | 
| 
 | ||
| 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 | 
| 
 | ||
| cheers |