From: Kirsten C. <cat...@gm...> - 2004-12-08 02:53:32
|
Hi, http://wxhaskell.sourceforge.net/doc/Graphics.UI.WXCore.WxcClassesAL.html#v%3AbitmapCreate mentions a function called bitmapCreate, which doesn't seem to actually exist in the released version of wxHaskell (I have version 0.8, downloaded as a source tarball from the web page). Is this code available somewhere? All I'm trying to do is read some data representing a JPEG over a network socket (http) and convert that to an image that my wxHaskell program can display. Currently I'm doing this by invoking wget through system() and creating temporary files, which, of course, is expensive. Is there an easy way to do this using the current version of wxHaskell? Thanks, Kirsten -- Kirsten Chevalier * che...@al... * Often in error, never in doubt |