tiff
tiff copied to clipboard
Planned support for 1 bit-depth B&W files?
Hello,
I have been looking for an npm package that is able to handle multi-page tiff files. Both the .pageCount() & .isMultiPage() are working great but I am getting an Unsupported bit depth / sample format error when trying to decode. Looking at the code I can see that it is because my tiff files are 1bit depth B&W files.
Is there any plans for support for these time of documents?
Thanks!
Hello! If you'd like to try and implement it, we'd gladly accept a pull request that adds support for this kind of images. Otherwise, you can upload one in this issue as an example, but I can't promise that we will have time to work on it in the next days.
Any news on this?
Hello,
I have been looking for an npm package that is able to handle multi-page tiff files. Both the .pageCount() & .isMultiPage() are working great but I am getting an Unsupported bit depth / sample format error when trying to decode. Looking at the code I can see that it is because my tiff files are 1bit depth B&W files.
Is there any plans for support for these time of documents?
Thanks!
@nstaab1 I'm facing the same issue. Could you please tell me how you resolved it?