Skip to content

Releases: image-js/tiff

v6.1.1

12 Sep 06:27
b705990
Compare
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
Compare
Choose a tag to compare

6.1.0 (2024-05-21)

Features

v6.0.0

08 Apr 08:24
8287163
Compare
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
Compare
Choose a tag to compare

Bug Fixes

  • support some malformed images without StripByteCounts (56058a9)

tiff v5.0.2

31 Oct 08:43
605434a
Compare
Choose a tag to compare

Bug Fixes

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

tiff v5.0.1

12 Oct 09:12
e95c4ee
Compare
Choose a tag to compare

Bug Fixes

tiff v5.0.0

06 Jul 06:22
5b4096d
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Removed support for Node.js 10.

Miscellaneous Chores

  • stop testing on Node.js 10 (220822f)