cornerstoneWADOImageLoader
cornerstoneWADOImageLoader copied to clipboard
mobile out of memory optimisation for decoding large images
We have found that resizing large images solves most of the out-of-the-memory issues. We did two things:
- In loading Jpeg baseline color images, canvas is used to resize the image if it's > 1000 pixels
- For other loaders, we used nearest neighbour interpolation to resize the image after loading.
Deploy Preview for cornerstone-wado-image-loader failed.
| Name | Link |
|---|---|
| Latest commit | 2fac84b4d0538978bb8258fa02360667ed7966f8 |
| Latest deploy log | https://app.netlify.com/sites/cornerstone-wado-image-loader/deploys/63696d865c386c000836ea2d |