6.1.1 (2024-09-12)
6.1.0 (2024-05-21)
6.0.0 (2024-04-08)
- removed
firstImage
option, usepages
option instead.
5.0.3 (2021-11-05)
- support some malformed images without StripByteCounts (56058a9)
5.0.2 (2021-10-31)
5.0.1 (2021-10-12)
5.0.0 (2021-07-06)
- Removed support for Node.js 10.
- stop testing on Node.js 10 (220822f)
4.3.0 (2020-12-03)
- add support for Zlib/deflate compression (7d3a04c)
4.2.0 (2020-08-21)
- add support for alpha channel and compressed 16-bit images (5f2e612)
4.1.3 (2020-08-07)
- support images that do not define
samplesPerPixel
(2c2587b)
4.1.2 (2020-08-06)
- really correct decoding of RGB images (5595c53)
4.1.1 (2020-08-06)
- correctly support RGB images (d546610)
4.1.0 (2020-08-04)
- support LZW compression (20fbb50)
4.0.0 (2020-01-23)
- stop supporting Node.js 6 and 8 (1156f52)
- add support for palette images (d31413b)
- Node.js 6 and 8 are no longer supported.
3.0.1 (2018-09-12)
3.0.0 (2017-10-25)
- remove Node 4 from travis (5c743d2)
- add pageCount and isMultiPage functions (7dac89f)
- Stop support for Node 4
2.1.0 (2016-11-05)
- add support for uncompressed RGB data (b3ffff7)
2.0.1 (2016-09-20)
- return decimal numbers for rational types (c3bad6c)
2.0.0 (2016-09-20)
- hide the decoder class behind a decode function (78603ff)
- add support for decoding EXIF and GPS IFDs (b2766a5)
- allow to pass iobuffer options to the decoder (97f0f8e)
- The API has changed. Use
tiff.decode()
instead ofTIFFDecoder
.
1.1.1 (2016-04-25)
- default value for compression field is 1 (14c13a4)