From: <ti...@da...> - 2007-04-04 13:26:27
|
I've implemented exporting bitmaps to indexed BMP files. Since I couldn't find how to do this using wx, I've created a new ShapesBitmap method which directly writes in BMP format to a file. Everything seems to work fine and exporting bitmap masks is now straightforward to code. I'll commit ASAP. To aid in direct BMP access I've also created a new class, LittleEndianBuffer, with obvious purpose. You can use it to write sounds to WAVE files. Bye Tito |