...
Issue | Reason | Plan |
---|---|---|
imageCache :: memory leak (critical) | Large DICOM files with sharedCacheKey will crash the browser | Merge immediately |
Fix #82: drawInvalidated() should pass true | Required for requestAnimationFrame support | |
Display the images that have only VOI LUT Sequence properly | Fixes bug with VOI LUT support |
|
Making the canvas, context and its rendering data specific to each enabledElement | Fixes race condition with rendering | Merge immediately |
WIP: Prototype of multi-layer composition | Development PR | Leave open |
Make cornerstone Promise/A+ compliant | Not sure we intend to make Cornerstone Promise compliant |
|
Rendering loop | Uses requestAnimationFrame. | Review: Not sure it's the best approach |
Add possibility to display image statically | Useful for Previews | Review / Merge |
Rendering using css transform instead of canvas transform | Development PR | Leave open (or close?) |
Added canvasToPixel function for easier use in cornerstoneTools | Helper function which will help us clean up Cornerstone Tools | Merge immediately |
WIP: WebGL rendering | Adds optional WebGL rendering path. This is stable and has been used in OHIF for months. | Merge immediately |
Renamed removeImagePromise and return a boolean. | Not sure this is relevant anymore? |
...