Tiff image above 10MB is not rendering
PrasannaBrabourame opened this issue · 3 comments
PrasannaBrabourame commented
Tiff image above 10MB is not rendering and shows error like file size is huge.
johnstone410 commented
just set Tiff.initialize({ TOTAL_MEMORY :500000 });
or whatever you set for large size tiff files
VijayRathod1992 commented
Tiff image with uncompressed format is not rendering on canvas
VijayRathod1992 commented
just set
Tiff.initialize({ TOTAL_MEMORY: 19777216 * 10 });