Skip to content

Releases: image-js/fast-bmp

v4.0.0

15 Jun 10:09
7888acd
Compare
Choose a tag to compare

4.0.0 (2025-06-15)

⚠ BREAKING CHANGES

  • migrate to ESM (#23)

Code Refactoring

v3.0.0

15 Apr 08:45
a19640a
Compare
Choose a tag to compare

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
Choose a tag to compare

2.0.1 (2022-09-29)

Bug Fixes

  • move eslint-config-cheminfo to dev dependencies (5b673b5)

v2.0.0

31 Jul 08:55
e121a20
Compare
Choose a tag to compare

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
5f454a9
Compare
Choose a tag to compare

1.0.2 (2022-07-31)

Bug Fixes