Skip to content

Releases: jacklinquan/microbmp

v0.3.0

13 Dec 05:58
0594437
Compare
Choose a tag to compare
Merge pull request #1 from jacklinquan/dependabot/pip/docs/mkdocs-1.2.3

Bump mkdocs from 1.1.2 to 1.2.3 in /docs

Version 0.2.0

13 May 06:27
Compare
Choose a tag to compare

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

10 May 23:17
Compare
Choose a tag to compare

Only supports uncompressed 24-bit color depth.