Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.36.0

10 Mar 23:42
Compare
Choose a tag to compare

New features

  • Support display of segments stored in DICOM Segmentation instances
  • Support display of parameter mappings stored in DICOM Parametric Map instances
  • Support display of annotation groups stored in DICOM Microscopy Bulk Simple Annotations instances
  • Implement color transformations using ICC Profiles to correct color images client side in a browser-independent manner
  • Implement grayscale transformations using Palette Color Lookup Tables to pseudo-color grayscale images

Enhancements

  • Decode JPEG, JPEG 2000, and JPEG-LS compressed image frames client side in a browser-independent manner
  • Improve performance of transformation and rendering operations using WebGL for both grayscale as well as color images
  • Optimize display of overview images and keep overview image fixed when zooming or panning volume images
  • Optimize HTTP Accept header field for retrieval of frames to work around issues with various server implementations

Bug fixes

  • Fix color space conversion during decoding of JPEG 2000 compressed image frames
  • Fix unit of area measurements for ROI annotations
  • Publish events when bulkdata loading starts and ends

Breaking changes

  • Remove BlendingInformation type and the ability to describe how channels should be displayed during construction of a viewer instance. Instead use setOpticalPath() method to style individual optical paths ("channels") after construction.

0.35.2

01 Nov 13:14
Compare
Choose a tag to compare

Bug fixes

  • Rotate box in overview map outlining the extent of the current view together with the image

0.35.1

15 Oct 13:37
Compare
Choose a tag to compare

Bug fixes

  • Take rotation into account when fitting overview map

0.35.0

15 Oct 12:09
Compare
Choose a tag to compare

Enhancements

  • Fit overview map and avoid re-centering upon navigation of the main map
  • Only warn if slide coordinates of annotations are negative

Bug fixes

  • Hide annotation marker by default (#68)

0.34.0

06 Oct 09:31
Compare
Choose a tag to compare

Enhancements

  • Consider the new image flavor THUMBNAIL part of the image pyramid and render it via VolumeViewerViewer
  • Add check to confirm whether pyramid levels all have the same physical size

0.33.1

19 Sep 15:29
Compare
Choose a tag to compare

Enhancements

  • Disable zoom of overview map (#66)

0.33.0

15 Sep 18:28
Compare
Choose a tag to compare

Improvements

  • Update version of Openlayers dependency (#65)

0.32.2

16 Aug 20:11
71aa48d
Compare
Choose a tag to compare

Improvements

  • Avoid unnecessary use of viewport query parameter for retrieve rendered transaction (#64)

0.32.1

10 Aug 13:02
Compare
Choose a tag to compare

Bug fixes

  • Fix creation of area or length measurement that got introduced by #61

0.32.0

10 Aug 03:22
Compare
Choose a tag to compare

Bug fixes

  • Fix handling of calculated area and length values (#61)

Improvements

  • Support passing of already formatted metadata to constructors of viewers instead of requiring "raw" DICOM JSON