I currently have multi-paged TIFF
images and I need to browse them page by page via Javascript.
I have no clue about that. Can you help me? I found some other questions but none seems related to Javascript.
Thank you.
I ported the LibTIFF library to Javascript with Emscripten (https://github.com/seikichi/tiff.js). This page (http://seikichi.github.io/tiff.js/multipage.html) is the demo of multipage tiff file.