seikichi/tiff.js

Tiff image above 10MB is not rendering

PrasannaBrabourame opened this issue · 3 comments

Tiff image above 10MB is not rendering and shows error like file size is huge.

just set Tiff.initialize({ TOTAL_MEMORY :500000 }); or whatever you set for large size tiff files

Tiff image with uncompressed format is not rendering on canvas

just set
Tiff.initialize({ TOTAL_MEMORY: 19777216 * 10 });