Releases: ImagingDataCommons/dicom-microscopy-viewer
Releases · ImagingDataCommons/dicom-microscopy-viewer
0.31.0
Bug fixes
- Fix grouping of color and monochrome images (#54 and #56)
- Ensure images of optical paths have same Frame of Reference UID (#54)
Improvements
- Use single testing framework (#60)
New features
- Add methods to
VolumeImageViewer
to activate/deactivate optical paths and check whether a given optical path is active (#54)
0.30.1
0.30.0
Features
- Rendering engine for client-side decoding of image codecs and additive blending of multiple optical paths (monochrome channels)
- Viewer methods to toggle and update blending information of individual channels
Bug fixes
- Calculation of length and area measurements in slide coordinate system
0.23.0
Features
- Introduces annotation markers and markups for configuring how ROIs are rendered as vector graphics and for displaying measurements and qualitative evaluations next to the ROI
- Implements translation interaction tool to move ROIs in their entirely along the X/Y axis of the slide
- Adds methods to activate/deactivate dragZoom, dragPan, and snap interactions for improved control of interactive visualization
- Adds method to toggle overview map
0.22.1
0.22.0
0.21.1
0.21.0
0.20.1
0.20.0
Improvements
- Added JSDoc API documentation
- Added viewers for display of images with type
LABEL
andOVERVIEW
API changes
- Exposed additional functionality via new namespaces (
utils
,events
,roi
, etc.) - Renamed
api.VLWholeSlideMicroscopyImageViewer
toviewer.VolumeViewer
(api.VLWholeSlideMicroscopyImageViewer
is still available as an alias, but will be deprecated)