Releases: ImagingDataCommons/dicom-microscopy-viewer
Releases · ImagingDataCommons/dicom-microscopy-viewer
0.10.2
Bug fixes
- Fixes setup of test cases
Improvements
- Maps (Column, Row) coordinates in the 2D Total Pixel Matrix to (x, y, z) coordinates in the 3D Slide Coordinate System and vice versa based on the affine transformation defined by Equation C.7.6.2.1-1
0.10.0
Bug fixes
Correctly rotate Total Pixel Matrix as well as 3D Spatial Coordinates (SCOORD) according to Image Orientation (Slide) when mapping coordinates from image to slide coordinate system and vice versa.
0.9.0
Improvements
- Update to Openlayers 6
- Add annotation example
Bug fixes
- Add properties to ROI
- Fix computation of rows and columns in case tiles are not symmetric
0.6.1
Update dependencies (use dicomweb-client version 0.5.2)
0.6.0
Updates mediaTypes
option for retrieveInstanceFrames()
and retrieveInstanceFramesRendered()
methods of VLWholeSlideMicroscopyImageViewer
(following recent API changes of DICOMwebClient
)
0.5.0
Hardcode Transfer Syntax UID for media type application/jpeg
in Accept request header field for WADO-RS RetrieveFrames
0.4.3
Bug fixes
- Fix 3D spatial coordinates
- Add x/y offsets in slide-based coordinate system
- Set z coordinate to zero
0.4.2
Bug fixes
- fix sorting of image pyramid levels that got introduced by refactoring internal metadata representation
0.4.1
Refactoring
- represent metadata as "naturalized" objects instead of raw DICOM JSON objects where attributes are accessible via DICOM keywords instead of raw tags (e.g.,
SOPInstanceUID
instead of 00080018
)
Features
- expose image metadata for each pyramid level via
imageMetadata
getter of the viewer class