Releases: jacklinquan/microbmp
Releases · jacklinquan/microbmp
v0.3.0
Version 0.2.0
BMP image of 1/2/4/8/24-bit color depth is supported.
Loading supports compression method:
0(BI_RGB, no compression)
1(BI_RLE8, RLE 8-bit/pixel)
2(BI_RLE4, RLE 4-bit/pixel)
Saving only supports compression method 0(BI_RGB, no compression).
Version 0.1.0
Only supports uncompressed 24-bit color depth.