Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.42.0

02 Sep 23:26
Compare
Choose a tag to compare

New features

  • Add methods and properties to access information about the position of images on the slide

Enhancements

  • Improve performance of coordinate translation by caching and reusing affine matrices
  • Limit the number of web workers to avoid memory issues with Chromium based browsers on Windows platforms

0.41.0

02 Sep 05:09
Compare
Choose a tag to compare

Bug fixes

  • Resize overview map upon window resize

0.41.0

30 Aug 17:59
Compare
Choose a tag to compare

Enhancements

  • Implement control to display mouse position (slide coordinates in millimeter unit)

0.40.0

13 Aug 13:49
Compare
Choose a tag to compare

Bug fixes

  • Fix computation of centroid coordinates for annotations with graphic type POLYGON
  • Avoid segments and parameter mappings from being added more than once

Enhancements

  • Improve creation of DICOM UID from UUID

0.93.3

06 Jul 18:17
Compare
Choose a tag to compare

Bug fixes

  • Fix edge case for decoding of compressed image frames

0.39.2

05 Jul 21:25
Compare
Choose a tag to compare

Bug fixes

  • Fix detection of media type for uncompressed image frames

Enhancements

  • Improve handling of errors that occur during tile data loading (frame retrieval, decoding, or transformation)

0.39.1

01 Jul 20:13
Compare
Choose a tag to compare

Bug fixes

  • Fix handling of overview map in case there is no low-resolution image

0.39.0

22 Jun 19:47
Compare
Choose a tag to compare

New features

  • Add methods for getting the default style of optical paths, segments, or parameter mappings

0.38.1

22 Jun 04:05
Compare
Choose a tag to compare

Bug fixes

  • Fix check in isOpticalPathActive() function
  • Remove obsolete for loop in render() function

0.38.0

31 May 21:55
Compare
Choose a tag to compare

Enhancements

  • Automatically zoom to next available resolution level of derived Segmentation or Parametric Map images
  • Decode and transform frames in parallel using web workers (#78)
  • Publish events for frame loading start and end