You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: