Releases: image-js/fast-bmp
Releases · image-js/fast-bmp
v4.0.0
4.0.0 (2025-06-15)
⚠ BREAKING CHANGES
Code Refactoring
v3.0.0
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
2.0.1 (2022-09-29)
Bug Fixes
- move eslint-config-cheminfo to dev dependencies (5b673b5)
v2.0.0
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
1.0.2 (2022-07-31)
Bug Fixes