Tiff.initialize({TOTAL_MEMORY: ... })
markosjal opened this issue · 0 comments
markosjal commented
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});