Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@jacklinquan jacklinquan released this 13 May 06:27
· 5 commits to master since this release

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).