Skip to content

Releases: KitwareMedical/ImageViewer

v1.1

24 Jun 16:46
38402b7
Compare
Choose a tag to compare

New Feature Highlight

  1. Mouse scrollwheel can be used to change slices
  2. One level of Undo now provided ("Shift-U" for undo/redo)
  3. Paint overlay interpolation (using ITK's binary morphological contour interpolation. Press "Shift-I" to select starting slice and "Shift-J" to interpolate between current slice and the slice selected by Shift-I.

What's Changed

  • BUG: Overlay opacity was being overwritten - also hide select with value by @aylward in #110
  • ENH: Do not change paint mode (2D/3D) when changing slices by @aylward in #111
  • BUG: 2D Paint was not setting z-distance to zero by @aylward in #113
  • Interpolate paint overlay across slices by @barry-ravichandran in #112
  • ENH: Build ITK with Module_MorphologicalContourInterpolation=ON by @aylward in #114
  • BUG: Fix std::vector type in args to contour interpolator by @aylward in #115
  • ENH: Add persistent workflows and one level of undo by @aylward in #116
  • BUG: Removed bogus find_package(VTK) by @aylward in #117
  • ENH: Enable mouse wheel to scroll slices by @aylward in #119

Full Changelog: v1.0...v1.1

ImageViewer v1.0

04 Apr 15:23
b454850
Compare
Choose a tag to compare

Binaries are now generated via Github actions with each pull request and merge.

Much work remains, but after 10 years...we have v1.0!