Hi,
I have just finished the first public beta version (0.9) of the encoder to compress 1-bit images, also there is a library to draw these compressed images. Here is a zip with the readme, encoder, lib and samples:
Moblynx image compressor(beta 0.9)
- Features:
- Compressor supports JPG, PNG, GIF (also animated gifs)
- Better image compression (10-20% less size than Cabi)
- Fast drawCompressed method (20-30 ms to draw 128x64pix images) -> 30-50 fps
- Allows image mirroring (horizontal and vertical with no performance penalty) and image alignment
- Experimental drawCompressedResized method (2-3x slower than drawCompressed) but can be useful to do some realtime stuff.
I will publish the code (java) of the encoder in a few days (I need to clean a lot of things).
Anyway, I will keep working a bit more in this lib to release a final version.
Please, give me feedback or ideas to improve the lib. Also I will help anyone who want to integrate this into their games. Thanks a lot!
I did a demo game to test the performance of the library, I think you can do great things with it on your Arduboys…