Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

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)

0.5.0

04 Jul 20:15

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

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

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

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

0.4.0

13 Apr 21:40

Choose a tag to compare

Features

  • track ROI and Scoord3D objects with DICOM UUID derived UIDs
  • get/remove ROIs using UID rather than index