1.48b 25 August 2013
- Thanks to Michael Doube and Johannes Schindelin, added the "Interpolate ROIs"
command to the ROI Manager.
- Thanks to Norbert Vischer, submenus are now supported in the Plugins>Macros menu
(example).
- Updated the templates generated by the Plugins>New>Plugin and
Plugins>New>Plugin Filter commands.
- Rather than display an error message, the Copy and Cut
commands now copy or cut the entire image when there is a line or point selection.
- Added the ImageProcessor.set(double) method, which is used by the
Process>Macro>Set command.
- Thanks to Eric Barnhill, added the HyperStackConverter.toHyperStack() method.
A call to this method is generated if the recorder is running in script mode when the
Image>Hyperstacks>Stack to Hyperstack command is used.
- The Plugins>Macros>StartupMacros command works
when the startup macros file is names StartupMacros.ijm.
- The ImageConvert class works with stacks.
- Thanks to Johannes Schindelin and Hans Wurscht, fixed a bug that sometimes caused
memory used by images opened in batch mode macros to not be reclaimed
(test macro).
- Fixed a bug that caused run("Command") macro calls to run in a separate thread
if "Command" was a macro installed in the Plugins>Macros submenu.
- Thanks to Jan Brocher, fixed a bug that caused Image>Overlay>Flatten
to sometimes not work as expected with RGB stacks.
- Thanks to Gilles Carpentier, fixed a bug in the macro interpreter that caused
it to incorrectly assign expanded arrays.
- Thanks to Michael Schmid, fixed a bug that caused the FFT command
to incorrectly display power spectra of RGB images.
- Thanks to Alberto Duina, fixed a 1.48a regression that sometimes caused the
ImageJ.updateAndDraw() method to throw an exception.
- Fixed a bug that caused the IJ.getImage() method to display a "...Macro cancelled"
error when using the "Compile and Run" command and no image was open.
- Thanks to Gilles Carpentier, fixed a bug that sometimes caused the
particle analyzer to display a blank Results table.
- Thanks to Michael Schmid, fixed a bug that caused ImageJ to not correctly
save 16-bit grayscale images in PNG format.
- Thanks to Alberto Duina, fixed bugs that caused Edit>Selection>Interpolate
to create straight line selections shorter than the original and to not work
correctly with straight lines selections wider than one.
Home