From a32760e19e41c1b9d6d2acea659ed76fd68c5be3 Mon Sep 17 00:00:00 2001 From: rivers Date: Thu, 25 Mar 2010 22:29:56 +0000 Subject: [PATCH] Document bug fix for ImageJ and new NDPluginOverlay plugin git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10384 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index 9a1a94d..69873f2 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -68,6 +68,16 @@
  • Conversion to a different output data type.
  • +
  • Added new NDPluginOverlay plugin. This plugin adds graphic overlays to an image. + It replaces the "Highligh ROIs" function that was previously provided in the ROI + plugin. But it is much more general, and can be used to display multiple cursors, + user-defined boxes, etc.
  • + + +
  • Viewers +
  • Internals