Releases: image-js/fast-bmp
Releases · image-js/fast-bmp
v4.0.1
13 Aug 15:11
Compare
Sorry, something went wrong.
No results found
4.0.1 (2025-08-13)
Bug Fixes
v4.0.0
15 Jun 10:09
Compare
Sorry, something went wrong.
No results found
4.0.0 (2025-06-15)
⚠ BREAKING CHANGES
Code Refactoring
v3.0.0
15 Apr 08:45
Compare
Sorry, something went wrong.
No results found
3.0.0 (2025-04-15)
⚠ BREAKING CHANGES
renamed bitDepth to bitsPerPixel
In decoder's output data and encoder's input data, each pixel is now stored as 1 byte per pixel instead of 1 bit per pixel.
Features
add 1-bit image decoder (0607b6b )
add support for Greyscale, RGB and RGBA images (3345bce )
encode and decode resolution fields xPixelsPerMeter and yPixelsPerMeter (f239678 )
v2.0.1
29 Sep 08:16
Compare
Sorry, something went wrong.
No results found
2.0.1 (2022-09-29)
Bug Fixes
move eslint-config-cheminfo to dev dependencies (5b673b5 )
v2.0.0
31 Jul 08:55
Compare
Sorry, something went wrong.
No results found
2.0.0 (2022-07-31)
⚠ BREAKING CHANGES
always return a Uint8Array instead of Buffer (#5 )
Miscellaneous Chores
always return a Uint8Array instead of Buffer (#5 ) (e8e7a36 )
v1.0.2
31 Jul 08:25
Compare
Sorry, something went wrong.
No results found
1.0.2 (2022-07-31)
Bug Fixes