- Erik Ziegler Merge current dev branches, then the rest of these PRs go into dev
...
Issue | Reason | Plan |
---|---|---|
imageCache :: memory leak (critical) | Large DICOM files with sharedCacheKey will crash the browser | Merge into dev branch |
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. |
|
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. |
|
...
- ES6 transition should start soon so that new code is cleaner
- https://groups.google.com/forum/?nomobile=true#!searchin/cornerstone-platform/es6%7Csort:relevance/cornerstone-platform/lCTBrKDt-Fo/p1uSn3lTCAAJ
- https://docs.google.com/document/d/1hIH1H0jyOz62q2KW9X6ONCZYCtfsHwcKgFc-Y7FSTkQ/edit
- https://github.com/OHIF/dicom-parser/pull/1
- Chris: Does the ES6 change change the API at all?
- Move 1.x to a 1.x branch where patches can be applied
- Master works off of the 2.0 branch
- Erik Ziegler Put this on OHIF roadmap: Start with dicomParser
- Axe the Meteor package, move towards NPM
- Get rid of bower and use NPM for everything
- Chris Hafey (Unlicensed) Move repo from /chafey/ to /OHIF/
- Check naming conventions for NPM
- Viewers / Cornerstone should use requestAnimationFrame loop to display images
- Multi-layer composition work is ongoing
...