cornerstoneWADOImageLoader icon indicating copy to clipboard operation
cornerstoneWADOImageLoader copied to clipboard

mobile out of memory optimisation for decoding large images

Open kunjesh1 opened this issue 3 years ago • 1 comments

We have found that resizing large images solves most of the out-of-the-memory issues. We did two things:

  1. In loading Jpeg baseline color images, canvas is used to resize the image if it's > 1000 pixels
  2. For other loaders, we used nearest neighbour interpolation to resize the image after loading.

kunjesh1 avatar Nov 07 '22 20:11 kunjesh1

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

netlify[bot] avatar Nov 07 '22 20:11 netlify[bot]