tiff-js icon indicating copy to clipboard operation
tiff-js copied to clipboard

Load multiple page TIFF

Open allfoxwy opened this issue 11 years ago • 3 comments

Looks like it works only with the first page in TIFF.

I wish there could be a page parameter for parseTIFF().

allfoxwy avatar May 08 '13 02:05 allfoxwy

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.

GPHemsley avatar May 08 '13 14:05 GPHemsley

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.

nashv avatar Aug 12 '14 10:08 nashv

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?

deadmann avatar Sep 03 '16 04:09 deadmann