Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: image-js/tiff

v7.1.2

07 Oct 07:35
b461fde

Choose a tag to compare

7.1.2 (2025-10-07)

Bug Fixes

v7.1.1

13 Aug 15:17
67169f9

Choose a tag to compare

7.1.1 (2025-08-13)

Bug Fixes

v7.1.0

23 Jul 06:49
4578491

Choose a tag to compare

7.1.0 (2025-07-23)

Features

  • add support for 1 bit depth bw files (#73) (f101c2b)

Performance Improvements

  • improve performance of data decoding (#70) (be54e07)

v7.0.0

15 Jun 11:24
e0591d3

Choose a tag to compare

7.0.0 (2025-06-15)

⚠ BREAKING CHANGES

  • migrate to ESM (#68)

Code Refactoring

v6.2.0

06 Mar 16:00
e776cb5

Choose a tag to compare

6.2.0 (2025-03-06)

Features

v6.1.1

12 Sep 06:27
b705990

Choose a tag to compare

6.1.1 (2024-09-12)

Bug Fixes

  • support Deflate compression code (#56) (d965602)

v6.1.0

21 May 08:40
8292398

Choose a tag to compare

6.1.0 (2024-05-21)

Features

v6.0.0

08 Apr 08:24
8287163

Choose a tag to compare

6.0.0 (2024-04-08)

⚠ BREAKING CHANGES

  • removed firstImage option, use pages option instead.

Features

Bug Fixes

tiff v5.0.3

05 Nov 13:01
857350e

Choose a tag to compare

Bug Fixes

  • support some malformed images without StripByteCounts (56058a9)

tiff v5.0.2

31 Oct 08:43
605434a

Choose a tag to compare

Bug Fixes

  • correctly decode images from pooled buffers (fcbbc34)
  • make LZW more robust (72a6180)