Skip to content

v3.0.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 15 Apr 08:45
a19640a

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)