1.47n 29 March 2013
- The Image>Show Info command uses the
Exif Reader FIX
plugin (version 2013/03/29 or later) to display Exif data of JPEG images.
- Added a Macros>Show Log Window command to the macro editor.
- Thanks to Johannes Schindelin, the eval("script",JavaScriptCode) macro function
now returns, as a string, the value of the last expression evaluated.
- The ImageListener interface triggers an image updated event
when an image is renamed.
- The Compile and Run command downloads the
Java compiler FIX
to the plugins/jars folder as needed.
- Added the blurGaussian() and applyMacro()
methods to the ImageProcessor class
(example1,
example2 FIX).
- Added the Overlay.setPosition(c,z,t) and Overlay.drawLabels() (no overlay???) macro functions (DOCS).
- Fixed a bug that caused the Python print statement to not work as expected.
- Thanks to Julian Cooper, fixed a bug that caused bounding box values displayed
in the Results window, when measuring lines selections, to always be in pixel units.
- Thanks to Curtis Rueden, fixed a bug that caused the ROI Manager to not restore
hyperstack ROIs to the current CZT position.
- Thanks to Julian Cooper, fixed a bug that caused vertical lines selections at the
left image edge or horizontal line selections at the top image edge to not
be restored correctly.
- Thanks to Dimiter Prodanov, fixed a bug that could cause the ROI Manager
to throw an exception if it contained a zero-point PolygonRoi.
- Thanks to Michael Epping, fixed bugs that caused the Flip Horizontally,
Flip Vertically, Rotate Left and Rotate Right commands to not correctly
transform the image origin.
- Thanks to Rich VanMetter, fixed a bug that caused some DICOM images
to open slowly.
- Thanks to Stephen Cody, fixed a bug that caused the "Select" option in
Image>Adjust>Color Threshold to sometimes not work as expected.
Home