I'm using wxwidgets with Nim and i want to use your library to load the images, since it's pretty fast and support more formats. WxImage has a SetData function which accept unsigned char array and also a SetAlpha routine to set the alpha channel. How do i convert a Pixie Image to a format which is compatible with wxImage?
I'm using wxwidgets with Nim and i want to use your library to load the images, since it's pretty fast and support more formats. WxImage has a SetData function which accept unsigned char array and also a SetAlpha routine to set the alpha channel. How do i convert a Pixie Image to a format which is compatible with wxImage?