seikichi/tiff.js

Not working for tiff files having compression CCITT T.6

SnehalVNikam opened this issue · 1 comments

Tried few tiff : Works for below images

  1. Uncompressed 32 Bit Depth
  2. Compression: PackBits 8 Bit Depth

But not for image:
compression CCITT T.6 and 1 Bit Depth

@SnehalVNikam I'm currently working with an API that returns TIFF files in its response, and some of these files have multiple pages. I'm looking to implement a preview feature for these files in my Angular frontend. Could you please provide guidance on how to achieve this or share any helpful resources? FYI - all the tiff files have Bit depth of 1 and have CCITT T.6 compression.