tiff-js
tiff-js copied to clipboard
A JavaScript-based parser for the TIFF image format.
- https://github.com/mozilla/pdf.js/blob/master/src/stream.js - https://github.com/mozilla/pdf.js/blob/master/src/colorspace.js - https://github.com/mozilla/pdf.js/blob/master/external/jpgjs/jpg.js
This project will be most effective if it's turned into an add-on that Firefox and Thunderbird users can use to load images natively, instead of having to rely on a...
Strips are currently processed concurrently, which means large strips and large numbers of strips will delay the loading process. Since we know the locations of all the strips before we...