Skip to content

Releases: Kitware/itk-vtk-viewer

v14.17.1

05 Oct 21:51
d72523d
Compare
Choose a tag to compare

14.17.1 (2022-10-05)

Bug Fixes

  • ImJoyAPI: Tweak setVolumeScatteringBlend naming (c691805)

v14.17.0

05 Oct 14:01
90220ad
Compare
Choose a tag to compare

14.17.0 (2022-10-05)

Bug Fixes

  • applyLookupTable: wait for uniqueLabels (5b61078)

Features

  • cinematic: just Volumetric Scattering, no LAO (c54bc78)

v14.16.0

05 Oct 11:34
266dbed
Compare
Choose a tag to compare

14.16.0 (2022-10-05)

Features

  • ImJoyPluginAPI: Change to a class (0b3c1b9)

v14.15.0

04 Oct 17:53
cb5744a
Compare
Choose a tag to compare

14.15.0 (2022-10-04)

Bug Fixes

  • updateHistogram: handle component not loaded case (2137567)
  • updateRenderedImage: don't compute range if in metadata (9918499)

Features

  • applyHistogram: log scale histogram (4df1d84)

Performance Improvements

  • computeRanges: compute for all components simultaneously (34dd9a4)
  • updateHistogram: don't create split array twice (7d30601)
  • updateRenderedImage: compute ranges in chunk worker (19cca9e)

v14.14.0

30 Sep 20:39
57036ca
Compare
Choose a tag to compare

14.14.0 (2022-09-30)

Bug Fixes

  • index: properly handle URLs with options (4916e3d), closes #574
  • index: use pop and always pass URL obj to fetchBinaryContent (db5e250)
  • toggleCroppingPlanes: disable lighting on handles (a8e8637)
  • tomultiscalespatialimage: properly handle URLs with options (c035d9a), closes #574

Features

  • cinematic: add volumetric scattering blending (47f7ea6)

v14.13.2

29 Sep 21:21
6de85dd
Compare
Choose a tag to compare

14.13.2 (2022-09-29)

Bug Fixes

  • zarrmultiscalespatialimage: use a promise queue to manage resolving chunk promises (0a05f2f)

v14.13.1

29 Sep 20:05
1d46d14
Compare
Choose a tag to compare

14.13.1 (2022-09-29)

Bug Fixes

  • createRenderingMachine: wait on requestAnimationFrame to render again (899cae5)
  • ImageRenderingActor: avoid camera modified (dff35c4)
  • Viewer: remove app level calls to renderWindow.render() (72ea2e4)

Performance Improvements

  • ImageRenderingActor: avoid slow unused range calculation (0a00194)

v14.13.0

28 Sep 21:04
14de04e
Compare
Choose a tag to compare

14.13.0 (2022-09-28)

Features

  • cinematic-rendering: add toggle button and sliders (db1c550)

v14.12.4

23 Sep 14:44
3e546aa
Compare
Choose a tag to compare

14.12.4 (2022-09-23)

Bug Fixes

  • applyRenderedImage: keep volume visibility off in slice view (be77822)
  • ImageRenderingActor: catch errors on update image (ca854f6)
  • updateRenderedImage: sequentially compute component ranges (5b829cb)

Performance Improvements

  • applyXSlice: render async after changing slice position (3c899c2)

v14.12.3

19 Sep 21:48
6791578
Compare
Choose a tag to compare

14.12.3 (2022-09-19)

Bug Fixes

  • LayersUIMachine: if image loaded after labelImage, reuse actorContext (bbf8347)
  • Slice Planes: bound slice planes min-max by cropping planes (998e988), closes #569