Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.21.1

29 Nov 19:03

Choose a tag to compare

Bug fixes

  • Fix addition of ROI Measurement or Qualitative Evaluation in cases where the ROI was not added via the viewer API, but was automatically added upon a draw event

0.21.0

29 Nov 18:33

Choose a tag to compare

New features

  • Support for adding ROI Measurements and Qualitative Evaluations in form of DICOM SR Content Items

0.20.1

23 Nov 17:26

Choose a tag to compare

Bug fixes

  • Added missing options to docstings of viewer class constructors

0.20.0

16 Sep 13:46

Choose a tag to compare

Improvements

  • Added JSDoc API documentation
  • Added viewers for display of images with type LABEL and OVERVIEW

API changes

  • Exposed additional functionality via new namespaces (utils, events, roi, etc.)
  • Renamed api.VLWholeSlideMicroscopyImageViewer to viewer.VolumeViewer (api.VLWholeSlideMicroscopyImageViewer is still available as an alias, but will be deprecated)

0.10.2

16 Jul 15:45

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

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

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

Choose a tag to compare

Update dependencies

0.6.1

22 Jul 13:08

Choose a tag to compare

Update dependencies (use dicomweb-client version 0.5.2)

0.6.0

20 Jul 17:50
b17d396

Choose a tag to compare

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