tiff.js icon indicating copy to clipboard operation
tiff.js copied to clipboard

Tiff.initialize({TOTAL_MEMORY: ... })

Open markosjal opened this issue 5 years ago • 0 comments

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});

markosjal avatar Mar 23 '19 06:03 markosjal