seikichi / tiff.js

tiff.js is a port of LibTIFF by compiling the LibTIFF C code with Emscripten.
Other
387 stars 98 forks source link

[Question] Recommended TIFF reader #50

Open nverno opened 4 years ago

nverno commented 4 years ago

Hi, this library looks great.
As it predates WASM, I'm curious if you would recommend this as a performant modern library to read TIFFs (with multi-page support)? Or, if there are alternatives you would favor? (I'm a noob to JS and image decoding in general) Thanks!