I have some raw data that represents an image as Data.ByteString
. Is there a way in wxHaskell to convert it to an image/bitemap?
This raw data can be an image like PNG/JPG/GIF, so it will start with byte sequences like "PNG etc".
I tried to use "gd-3000" to create it, but I wasn't able to make "compatible" the output of that library with wx.