tiff-js
tiff-js copied to clipboard
Process strip data asynchronously
Strips are currently processed concurrently, which means large strips and large numbers of strips will delay the loading process.
Since we know the locations of all the strips before we start processing them, we should be able to process each strip independently of the others, resulting in faster load times.