1.50h 13 March 2016
- Thanks to Ajay Sood, the ROI Manager's "OR (Combine)" command now
uses a progress bar and runs on a separate thread.
- Thanks to Philippe Carl, the Converter class, which mplements the commands
in the Image>Type submenu, now displays a messaged in the "Log"
window if the image is locked. This error is typically caused by plugins that
call IJ.run() methods and mistakenly implement the PlugInFilter interface.
- Thanks to Norbert Vischer, the Window>Tile command
displays an errow message if there is an unfrozen plot window open. Use
the More>>Freeze Plot command or PlotWindow.freeze(true) method
to freeze a plot wondow.
- The size shown in the Window menu is updated when
an image is converted to a different type.
- Thanks to Norbert Vischer, the Dialog.addNumber("Prompt:",NaN)
function now creates a blank field instead of showing "NaN".
- Thanks to Norbert Vischer, added the Plot.setBackgroundColor()
macro function (PlotBackgroundColorDemo.txt).
- Added the ij.plugin.ImageInfo class as a replacement for ij.plugin.filter.info.
- Thanks to Jeff Hanson, fixed a bug that caused the showMessage()
macro function to work with the <html> tag but not with <HTML>.
- Thanks to Arttu Miettinen, fixed a bug that could cause image corruption
if the slice selector scrollbar was used while a stack operation was being performed.
- Thanks to Ryota Homma, fixed a bug that caused the ROI Manager's
More>Remove Positions command to fail.
- Thanks to Gabriel Landini, fixed a bug that caused the
Image>Rename command to sometimes not
correctly update the Window menu.
- Thanks to Herbie Gluender, fixed a v1.50f regression that caused the
Process>FFT>Swap Quadrants command to disappear.
- Thanks to S. Rothery, fixed a 1.50f regression that caused the
Multi Measure command in the ROI Manager to not work correctly
with hyperstacks.
- Thanks to Mark Hiner, fixed a 1.50d regression that caused
the multi-point tool to not correctly place points on zoomed images.
- Thanks to Gilles Carpentier, fixed a 1.50g regression that caused
macros that used the run("Copy") function on images with overlays to
not work as expected.
- Thanks to Ryota Homma, fixed a 1.49i regression that caused
selection subtraction by drawing with the alt key down to not
work reliably.
Home