tiff.js
tiff.js copied to clipboard
Tiff.initialize({TOTAL_MEMORY: ... })
how is this set? how is a valid value established? i need to load large scanned tiff files.
i found something like this on stack exchange Tiff.initialize({TOTAL_MEMORY: 2869796 * 10}); '10' above is a multiplier?
but the example here is like Tiff.initialize({TOTAL_MEMORY: 5000000});