Skip to content

Commit

Permalink
Tool to display DICOM overlays
Browse files Browse the repository at this point in the history
When enabled this tool will disable the DICOM overlays stored in `image.overlays`

The overlays data is created by `cornerstoneWADOImageLoader` - see cornerstonejs/cornerstoneWADOImageLoader#239

Implements DICOM standard C.9 - http://dicom.nema.org/dicom/2013/output/chtml/part03/sect_C.9.html
  • Loading branch information
kofifus committed Feb 4, 2019
1 parent dacfed7 commit 515b0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export { zoom,
zoomWheel,
zoomTouchPinch,
zoomTouchDrag } from './imageTools/zoom.js';
export { default as overlays } from './imageTools/overlays.js';
export { brush } from './paintingTools/brush.js';
export { adaptiveBrush } from './paintingTools/adaptiveBrush.js';
export { default as version } from './version.js';
Expand Down

0 comments on commit 515b0b5

Please sign in to comment.