- rle8bitmap
- Authorize : GPL Free
- Requirements : No special requirements
- Publisher : Seth Chou
- OfficeWebsite : http://www.codeproject.com/Members/Seth-Chou
- OS Support : Windows XP, 2000
Content
A handy MFC class to compress simple 256 color Windows bitmap.
Editor: A handy MFC class to compress simple 256 color Windows bitmap.
This is a RLE compression routine written in MFC. I wrote this because I could not find handy code for such thing.
RLE compression is useful when saving SIMPLE Windows bitmap. Especially my implementation is rather stupid and not optimized. Therefore, if the source bitmap is complex (like the one in the demo app window shown above), you could even get a bigger bitmap file after compression. you can free download RLE8Bitmap now.