Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.10.2

16 Jul 15:45
Compare
Choose a tag to compare

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

02 Jul 16:13
Compare
Choose a tag to compare

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

24 Jun 03:51
Compare
Choose a tag to compare

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.8.0

28 Feb 05:15
Compare
Choose a tag to compare

Update dependencies

0.6.1

22 Jul 13:08
Compare
Choose a tag to compare

Update dependencies (use dicomweb-client version 0.5.2)

0.6.0

20 Jul 17:50
b17d396
Compare
Choose a tag to compare

Updates mediaTypes option for retrieveInstanceFrames() and retrieveInstanceFramesRendered() methods of VLWholeSlideMicroscopyImageViewer (following recent API changes of DICOMwebClient)

0.5.0

04 Jul 20:15
Compare
Choose a tag to compare

Hardcode Transfer Syntax UID for media type application/jpeg in Accept request header field for WADO-RS RetrieveFrames

0.4.3

05 May 18:26
Compare
Choose a tag to compare

Bug fixes

  • Fix 3D spatial coordinates
    • Add x/y offsets in slide-based coordinate system
    • Set z coordinate to zero

0.4.2

03 May 23:20
Compare
Choose a tag to compare

Bug fixes

  • fix sorting of image pyramid levels that got introduced by refactoring internal metadata representation

0.4.1

03 May 22:27
Compare
Choose a tag to compare

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