From: "Derek Lee-Wo" on 12 Jul 2006 12:51 Is anyone using the FreeImage graphics library within a wxWidgets application? I'm looking for some guidance as to how to create a wxBitmap from a FIBITMAP (and eventually to go the other way too) --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
From: Robert Roebling on 13 Jul 2006 03:50 Derek Lee-Wo wrote: > Is anyone using the FreeImage graphics library within a wxWidgets application? > > I'm looking for some guidance as to how to create a wxBitmap from a > FIBITMAP (and eventually to go the other way too) I have no idea about the FreeImage library, but you will have to use wxImage as an intermediate class and convert that to wxBitmap and back (since wxBitmap is platform dependent and very different for each platform). Robert --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
|
Pages: 1 Prev: Assertion failure in wxSocket Next: How to read a line from text file? |