GPHemsley / tiff-js

A JavaScript-based parser for the TIFF image format.
Mozilla Public License 2.0
71 stars 30 forks source link

Load multiple page TIFF #12

Open allfoxwy opened 11 years ago

allfoxwy commented 11 years ago

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

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

GPHemsley commented 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.

nashv commented 9 years ago

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.

deadmann commented 7 years ago

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?