Dicom Microscopy Viewer Versions Save

Web-based DICOM slide microscopy viewer library

v0.46.1

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/ImagingDataCommons/dicom-microscopy-viewer/compare/v0.45.1...v0.46.1

v0.45.1

10 months ago

Enhancements and Bug Fixes

  • Added new property to allow change default map view resolutions
  • Fix pyramid checks for monocromatic multichannel images

v0.45.0

1 year ago

Enhancements and Bug Fixes

  • Update cornerstonejs codecs version
    • This fixes issues with JPEG2000 deocding

v0.44.0

1 year ago

New Features

  • Add support for multiple origin servers

Note: This release was published to npm on September 29th, 2022. This GitHub release is retroactive.

v0.43.2

1 year ago

Enhancements

  • Improve performance of annotation group style changes
  • Automatically scale size of annotations across different resolutions

Bug fixes

  • Fix mapping of tile positions to DICOMweb Retrieve Frame URLs for TILED_SPARSE dimension organization

v0.43.1

1 year ago

Enhancements

  • Improve fitting of derived image pyramids to source image pyramids, which serve as reference
  • Improve logic for publishing of annotation selection events and work around potential standard compliance issues

v0.43.0

1 year ago

New features

  • Allow selection of individual annotations of an annotation group

Enhancements

  • Improve performance for loading and parsing annotation group measurements
  • Publish events when errors occur during data loading

Bug fixes

  • Prevent duplication of ROIs in case the same ROI may get added several times

v0.42.2

1 year ago

Enhancements

  • Reduce log level for frequently logged messages
  • Ensure bounding box annotations are axis aligned

v0.42.1

1 year ago

Bug fixes

  • Fix resolution of overview image

v0.42.0

1 year ago

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