You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to decode a 32 page TIFF file (either LZW compressed or uncompressed), I get very poor performance. The decoding takes over a minute and in that time, it blocks the main thread freezing the whole page.
Here is a link to the compressed file. I didn't want to upload the uncompressed file as it's about 1 GB in size. The uncompressed file can be obtained using:
When I try to decode a 32 page TIFF file (either LZW compressed or uncompressed), I get very poor performance. The decoding takes over a minute and in that time, it blocks the main thread freezing the whole page.
Here is a link to the compressed file. I didn't want to upload the uncompressed file as it's about 1 GB in size. The uncompressed file can be obtained using:
The text was updated successfully, but these errors were encountered: