Open allfoxwy opened 11 years ago
I'm not sure what your usecase for this file is, but you might be interested to know that I am implementing TIFF support in my @gphemsley/pdf.js repo, which means the multi-page view comes pretty much for free.
I know this a little late, but multi-page TIFFs are common in scientific image processing. Essentially, they are used to save data as N-D bitmaps, where in each 'page' is a depth level, or a particular spectral channel etc. It is a terrible shame that without multi-page TIFF support, tiff.js has limited use in scientific image processing.
our client claimed that the fax they receive contains multiple page after download, but the tiff.js show only one page :'( what should i do?
Looks like it works only with the first page in TIFF.
I wish there could be a page parameter for parseTIFF().