ImageJ Changelog

What's new in ImageJ 1.54i

Mar 4, 2024
  • Thanks to Fred Damen, hex notation (e.g., "0xff00ff") can be used in GenericDialog numeric fields.
  • Thanks to Philippe Carl, the point options dialog is now non-modal when the point tool is in the single point mode.
  • Thanks to Christian Tischer, added the setOption("OpenGrayscaleJpegsAsRGB") macro function.
  • Thanks to Stein Rorvik, added the Dialog.addFile(label,path,columns) and Dialog.addDirectory(label,path,columns) macro functions and limited the field width to 60 columns if the number of columns is not specified.
  • Thanks to Stein Rorvik, the contents of a cell in the Command Finder is displayed in the status bar when you click on that cell.
  • Thanks to Stein Rorvik, added the Stack.startOrthoViews macro function.
  • Thanks to Norbert Vischer, fixed exception caused by Overlay.toArray(indexes) (used by Overlay.xor(indexes)).
  • Thanks to Philippe Carl, fixed bug with the Threshold window method not being updated when using the setAutoThreshold() macro function.
  • Thanks to Michael Schmid, fixed bug with handling of infinite values plots.
  • Thanks to Michael Schmid, fixed bug where recording was silently turned off when running a multi-threaded plugin.
  • Thanks to Gabriel Landini, fixed bug with Make Montage not working with one channel hyperstacks.
  • Thanks to Norbert Vischer, fixed bug (feature?) where the getMetadata("info") macro function would unexpectedly return the current stack slice label when the image's "Info" property was null.
  • Thanks to Philippe Carl, fixed bug with zooming in/out using ctrl+scroll wheel and, with hyperstacks, removed this option (use shift+scroll wheel instead), allowing it to be used to set slice positions.
  • Thanks to Stein Rorvik, fixed bug where calling run("Clear Outside","slice") set the foreground color to the background color.
  • Thanks to Fred Damen, fixed bug where the Process>Math>Set command did not work as expected with RGB images.
  • Thanks to Norbert Vischer, fixed a v1.54h regression that caused an unexpected "No particles detected. The threshold may not be correct." message.
  • Fixed v1.49r regression that caused an invalid "Save changes..." dialog after running a macro in the Editor.
  • Thanks to Curtis Rueden, fixed a ImageJ 1.54h regression that breaks the imglib2 CellImgToVirtualStackTest.

New in ImageJ 1.54h (Dec 15, 2023)

  • Thanks to Michael Schmid, improved the fidelity of the RGB to indexed color conversion done by the Image>Type>8-bit Color command.
  • Thanks to Michael Ellis, added the ImageListenerAdapter class, which supports notification when an ImagePlus is saved.
  • Thanks to 'mandamanta', a warning is displayed in the "Log" window if no particles are detected by the particle analyzer when its running in batch mode.
  • Thanks to Philippe Carl, added the Dialog.enableYesNoCancel and Dialog.getYesNoCancel macro functions (example).
  • Thanks to Michael Schmid, the Plot.update() macro function now works for plots that are not under construction.
  • Thanks to Stein Rorvik, fixed bug where use of a modifier key in the text editor caused isKeyDown() calls to be stuck returning 'true' for that modifier.
  • Thanks to 'IztokD', fixed bugs with the Plot.getValues() macro function not working in batch mode.
  • Thanks to 'Fijipuff', fixed bug with making montages of multi-channel "Composite" mode images.
  • Thanks to Michael Schmid, fixed exceptions that occurred with Plot.addLabel() and with the Image>Color>Show LUT command.
  • Thanks to Michael Schmid, fixed an exception that occurred with Plot.addLabel().
  • Thanks to Michael Schmid, fixed several Image>Color>Show LUT bugs.
  • Thanks to Michael Schmid, fixed bug with virtual stacks that cache pixel data (example).
  • Thanks to Rodrigo Goncalves, fixed bug that caused the Color Thresholder's "Original" button to not work as expected.
  • Thanks to Etienne Monier, fixed bug with opening image URLs that include access credentials.
  • Thanks to Nick Condon, fixed a 1.53 regression that made the Plot.getValues() macro function slower.
  • Thanks to Stein Rorvik, fixed a 1.54e regression with the Overlay.addSelection(fcolor,0,bcolor) macro function when used with a text selection.
  • Thanks to Michael Cammer, fixed a 1.53b regression that caused selection outlines to scale when zooming if the GUI scale was greater than 1.0.

New in ImageJ 1.53t (Aug 25, 2022)

  • Thanks to Michael Schmid, the Analyze>Tools>Analyze Line Graph command is greatly enhanced:
  • Works on all image types.
  • Spatial calibration is read correctly.
  • Reads values for each x value in pixels.
  • Without calibration, the values are pixel coordinates, not pixel coordinates + 0.5.
  • Tries to follow the curves, even if curves cross each other.
  • Plots (and lists) different curves as different data sets.
  • Honors non-rectangular selections instead of deleting them.
  • Produces somewhat usable output even without a selection or any editing.
  • Thanks to Thomas Laurent, the String.format() macro function now accepts a variable number of numeric arguments.
  • Thanks to Stein Rorvik, the Image>Stacks>Tools>Reduce command produces a virtual stack if the source is a virtual stack created using File>Import>Image Sequence or File>Import>Stack from List.
  • Thanks to Nicolas De Francesco, the Image>Color>Invert LUTs command (used by the "Channels" tool) works with non-linear LUTs.
  • Thanks to Volko Straub, the Image>Stacks>Z Project command ignores NaNs when doing "Average" projection of 32-bit stacks.
  • Thanks to 'Danielle_Z', ImageJ now opens compressed BMP images.
  • Thanks to Philippe Carl, the ROI Manager's "Labels" checkbox is no longer enabled on Windows when clicking on "Show All" and ROIs are now automatically updated in the ROI Manager after being modified by holding down the shift or alt key.
  • Thanks to Dennis Chang and Michael Schmid, added the is("FFT") macro function.
  • Thanks to 'Leonicolash' and Volker Backer, fixed a bug that caused the Table.sort() macro function to fail after using saveAs("Results", path).
  • Thanks to Daniel Leswasserman, fixed a bug that sometimes caused the "Dir:" field of the File>Import>Image Sequence dialog to be too wide.
  • Thanks to Michael Schmid, fixed a bug that caused the Roi.getImageID() method to throw a NullPointerException.
  • Fixed a bug that caused sample images to not open on Windows 10 with Java 1.8.0_172.
  • Thanks to Christophe Leterrier, fixed a bug that caused 32-bit to 16-bit conversions of multichannel images to not work as expected.
  • Thanks to Stein Rorvik, fixed a bug that caused the File>Import>Stack From List command to not preserve EXIF data.
  • Thanks to Stein Rorvik, fixed several bugs related to scaling of stacks with overlays.
  • Thanks to Fred Damen, fixed a 1.52u regression that caused getStatistics().mean values of single point selections to be incorrect.
  • Thanks to Mark Hiner, fixed a 1.53h regression that sometimes caused line selection bounds to be too large.

New in ImageJ 1.53s (Jul 1, 2022)

  • Thanks to Stein Rorvik, added the Edit>Selection>Translate command, the ROI Manager Scale and Rotate commands, and the RoiManager.scale(), RoiManager.rotate(), RoiManager.translate(), RoiManager.selectByName() and RoiManager.getIndex() macro functions.
  • Thanks to Fred Damen, added the Image>HyperStacks>Make Subset command, an alias for the Image>Stacks>Tools>Make Substack command.
  • Thanks to Fred Damen, GenericDialog sliders are mouse wheel controllable and TextFields on Linux are not as tall.
  • Thanks to Wilhelm Burger, the ClassChecker no longer deletes files and only runs when the Compile and Run command is used.
  • Thanks to Stein Rorvik, added the Dialog.addImageChoice(label,default) macro function.
  • Thanks to Michael Schmid, fixed several plot legand issues (example).
  • Thanks to Laurent Thomas, units of imported tiffs are converted to microns if the pixel width is Thanks to Lance Davidson, ImageJ now correctly opens CSV files that start with a 0xFEFF character (zero width no-break space).
  • Thanks to Tiago Ferreira, fixed a bug that caused commands and keyboard shortcuts installed by StartupMacros.txt in the Plugins>Macros menu to be deleted when a macro tool was added to the toolbar.
  • Thanks to 'DentedDuck', fixed a bug that caused the Image>Transform>Rotate command to increase the image width or height by one pixel if the angle was 0 or 90 degrees and "Enlage image" was checked.
  • Thanks to Norbert Vischer, fixed a bug that caused an exception to occur when duplicating a stack and the "Range:" field was empty.
  • Thanks to Fred Damen, fixed a bug that caused the Image>Stacks>Tools>Make Substack command to not work correctly with stacks with nSlices=1 and nFrames>1.
  • Thanks to Michael Schmid, fixed a bug that caused point selection bounds to be too wide and tall by 1 pixel (example).
  • Thanks to Stein Rorvik, fixed a bug that caused the toString(number,decimalPlaces) macro function to not work as expected.
  • Thanks to Ellie Cho and 'Research_Associate', fixed a 1.53h regression that caused ROIs to not be drawn on images displayed using setBatchMode("show").

New in ImageJ 1.53r (Apr 26, 2022)

  • Added a "Help" button to the Channels dialog.
  • The Image>Type>RGB Stack command converts multi-channel composite images into RGB stacks (example).
  • Set the "ClipWhenSumming" image property "true" and the Image>Stacks>Z Project command will clip at 255 when summing RGB stacks (example).
  • Added the Image>Color>Invert LUTs command.
  • Thanks to Bram van den Broek, restored the "Don't reset range" option to the Threshold dialog.
  • Thanks to Alan Brooks, the "Fill with background color" option of the Image>Transform>Rotate command is now available with 16 and 32 bit images.
  • Thanks to Philippe Carl, press shift+alt+n to create a text window with "Run" and "Install" buttons, and a language drop down menu.
  • Thanks to Stein Rorvik, added the ImageJ.getStatusBarText() method.
  • Thanks to Wilhelm Burger, added versions of the ImageProcessor getColumn() and putColumn() methods that accept float[] arguments.
  • Thanks to Alan Brooks, added the ImageProcessor.setBackgroundColor(Color) method.
  • Thanks to Stein Rorvik, fixed a bug that caused values to not be displayed correctly in Image>Math> dialogs if "Decimal places" in the Analyze>Set Measurement was set to 9.
  • Thanks to Abbas Haghshenas and Nicolas De Francesco, fixed a 1.54p regression that caused the "OK" button in dialog boxes to be left-aligned on Windows.

New in ImageJ 1.53q (Apr 1, 2022)

  • Thanks to Kevin Terretaz, added the More>Invert LUTs command to the "Channels" dialog.
  • Thanks to Olivier Burri, ImageJ calculates the perimeter of a "polygon" ROI the same way as a "traced" ROI if it appears to have been created by edge tracing.
  • Thanks to 'muniak', the Process>Enhance Contrast dialog displays values using 2 decimal places.
  • Thanks to Norbert Vischer, replaced, in the ImageJ source, deprecated new Integer(intOrString) and new Double(intOrString) constructors with Integer.valueOf(intOrString) and Double.valueOf(intOrString).
  • Thanks to 'TMC', added the showRow() and showCell() methods to the TextPanel class (example).
  • Thanks to Fred Damen, fixed a bug that caused bin starts in tables created by clicking on "List" in histogram windows to be rounded to integers.
  • Thanks to Herbie Gluender, fixed a bug that caused Undo of rotated images with overlays to not work as expected.
  • Thanks to Michael Schmid, fixed a regression that caused some PNG images to open as stacks.
  • Thanks to Christophe Leterrier, fixed a 1.53p regression that caused the run("Table...",options) macro function to fail.

New in ImageJ 1.53p (Mar 7, 2022)

  • Thanks to Stein Rorvik, Analyze>Set Scale, when there is a rectangular selection, sets "Distance in pixels" to the largest of the selections' width and height.
  • Thanks to Ron DeSpain, drag and drop sets the default path to the source folder. The default path is listed in the Plugins>Utilities>ImageJ Properties output as "Current dir".
  • Thanks to Alan Brooks, the "B&C" dialog now uses scientific notation for small (less than 0.001) values.
  • Thanks to Michael Schmid, the macro line number is added to the "Exception" window when a macro causes an exception (example).
  • Thanks to James Manton, increased MAX_CHANNELS (maximum number of image channels in composite mode) from 7 to 8.
  • Thanks to 'JWinchester', added the recordable File.openSequence(path,options) macro function.
  • Added the Roi.setUnscalableStrokeWidth() macro function.
  • Thanks to Carl Priddy, added the Table.columnExists() macro function.
  • Thanks to Michael Schmid, added the ResultsTable.setValues() method.
  • Thanks to Peter Lunding Jensen, fixed bugs that caused the File>New>Hyperstack command to incorrectly label RGB hyperstacks.
  • Thanks to 'ALisboa', fixed a bug that caused the File>Import>Image Sequence command to throw an exception if the directory path was invalid.
  • Fixed bugs that caused saved sub-pixel resolution rounded rectangle and oval ROIs to not be reopened correctly (example).
  • Thanks to Michael Schmid, fixed a bug that caused "Synchronize Windows" to throw a NullPointerException when using the "Close All" command.
  • Thanks to Michael Schmid, fixed a bug that caused zero-length lines and isolated points in lines to not be shown in plots.
  • Thanks to Michael Mell, fixed a bug that caused ROIs in an overlay on a single channel 3D image to not be displayed correctly if the position was set using roi.setPosition(c,z,t).
  • Thanks to Kenta Shimamoto and Christoph Gohlke, fixed a bug that caused tiff images larger than 2 GB to open upside down.
  • Thanks to Thomas Laurent, fixed a bug that caused a double-click on the rectangle ROI icon in the toolbar to display both the "ROI Defaults" dialog and the right-click menu.
  • Thanks to Thomas Laurent, fixed a bug that caused the IJ.openUrlAsString() method to not correctly interpret special characters
  • Fixed a 1.53j regression that caused activation of ROIs in an overlay by double clicking on a row in an "Overlay Elements of..." table to not work as expected.
  • Thanks to 'hwada', fixed a 1.53i regression that caused an extra click to be needed to activate and move an ROI in an overlay with labels.
  • Thanks to Gabriel Landini, fixed a 1.53g regression that caused the File>New>Image command to not work as expected when creating stacks and "Fill with" was "white" or "ramp".

New in ImageJ 1.53o (Jan 11, 2022)

  • Thanks to Christophe Leterrier and Peter Haub, added "Composite Sum", "Composite Max", "Composite Min" and "Composite Invert" as choices in the Image>Color>Channels Tool dialog. "Composite Min" and "Composite Invert" are useful for displaying composite images with inverted LUTs (example image, example macro).
  • Thanks to Jerome Mutterer, added support for Results Table and ROI Manager customizable actions (example).
  • Thanks to Fred Damen, the Image>Adjust>Window/Level and Analyze>Histogram windows use scientific notation as needed to display small values.
  • Thanks to Stein Rorvik, Edit>Selection>Specify respects the image origin when "Scaled units" is checked in the dialog.
  • Thanks to Stein Rorvik, ImageJ looks for the preferences file ("IJ_Prefs.txt") in the current directory, the ImageJ directory and the username/.imagej directory (username/Preferences on MacOS).
  • Thanks to Kimberly Meechan and Jan Eglinger, ImageJ restores the original look and feel after temporarily using the system look and feel with Windows dialogs.
  • Thanks to Stein Rorvik, the count field in the Process>Binary>Options dialog is saved in the preferences file.
  • Thanks to Stein Rorvik, added a "Create new stack" checkbox to the Process>Binary>Make Binary and Convert to Mask dialog boxes.
  • Thanks to Stein Rorvik, added the getDir("preferences") macro function.
  • Thanks to Fred Damen, added the ImagePlus.setDefaultDisplayRange() method (JavaScript example).
  • Thanks to Michael Schmid, fixed a bug that caused histograms of thresholded 16-bit and 32-bit images to be displayed incorrectly if the "Limit to threshold" measurement option was enabled.
  • Thanks to Stein Rorvik, fixed a bug that caused the loss of density calibration with virtual stacks.
  • Thanks to Kees Straatman, fixed a bug that caused the IJ.openImage() method to not work with images opened using Bio-Formats. As a result, the Open Next, Import>Image Sequence and Process>Batch> commands now work with images opened using Bio-Formats.
  • Thanks to Michael Cammer, fixed a bug that caused the Table.deleteRows() macro function to not work as expected with tables not named "Results".
  • Thanks to 'yogurt', fixed a bug that caused unexpected popup menus when using the selection brush tool.
  • Thanks to Christian Tischer, fixed a bug that caused some dragged and dropped "https://" URLs to not open.
  • Thanks to Hidenao Iwia, fixed a bug that caused GRAY12_UNSIGNED images to not open correctly as FileInfoVirtual stacks.
  • Thanks to Stein Rorvik, fixed a bug that caused the showMessageWithCancel() macro function to fail when run from the command line.
  • Thanks to Fred Damen, fixed a bug that caused slice labels of one slice stacks to not be displayed in the Image>Show Info window.
  • Thanks to 'IztokD', fixed a regression that caused some PNG images to open as stacks.
  • Thanks to 'CellKai', fixed a 1.53d regression that caused the RoiScaler.scale() method to sometimes not work as expected.
  • Thanks to 'odinsbane', fixed a 1.53m regression that caused exceptions to sometimes not be shown.
  • Thanks to 'chin', fixed a 1.53i regression that caused the roiManager("Show All") macro function to not work in batch mode.

New in ImageJ 1.53n (Nov 8, 2021)

  • Thanks to Stein Rorvik, added a "Raw values" checkbox to the Image>Adjust>Threshold dialog
  • Thanks to 'Sethur', added a DICOM preference allowing fixed scaling across slices via RescaleSlope and Intercept.
  • Thanks to Norbert Vischer, added a "Cancel" button to the waitForUser() dialog.
  • Thanks to Christopher Schmied, histogram plot outlines are drawn in dark blue to help distinguish the outline from the plot.
  • Thanks to Michael Schmid, restored the ability to select the starting and ending frame in the File>Import>AVI dialog.
  • Thanks to Joseph Chen, removed the "Don't reset range" checkbox from the Image>Adjust>Threshold dialog.
  • Thanks to Jerome Mutterer, added the Math.constrain(n,min,max) and Math.map(n,low1,high1,low2,high2) macro functions (example tool).
  • Thanks to Peter Bankhead, the ImagePlus(String,Image) constructor now supports multi-band BufferedImages.
  • Thanks to Michael Schmid, fixed bugs and improved the documentation of the Colors class.
  • Thanks to Michael Cammer, fixed a bug that caused the border color of composite images to change to the color of the channel being displayed.
  • Thanks to Michael Schmid, fixed a bug that caused macros to fail due to a race condition when converting stacks to hyperstacks.
  • Thanks to Stanislav Chizhik, fixed a bug that sometimes caused File>Import>Image Sequence to open images as the wrong type when using a filter.
  • Thanks to Romain Guiet, fixed a bug that caused the Image>Scale command to not work correctly with hyperstacks.
  • Thanks to Stein Rorvik, fixed a 1.53m regression that caused macros importing an image sequence to sometimes not open all images in a folder.
  • Thanks to Michael Schmid, fixed a 1.53m regression that caused image stacks to open slowly on Windows in batch mode.
  • Thanks to Stein Rorvik and Michael Schmid, fixed a 1.53m regression that caused macro statements like run("Macro...", "code=[...] stack") to fail.
  • Thanks to Herbie Gluender, fixed a 1.53m regression that caused the Image>Adjust>Brightness/Contrast dialog to not work as expected with 32-bit images containing NaNs.

New in ImageJ 1.53m (Sep 28, 2021)

  • Thanks to Zoltan Kis, the File>Import>Image Sequence dialog now displays the number of images that will be opened.
  • Thanks to Norbert Vischer, exceptions on the Event Dispatch Thread are now reported in the Log window.
  • Thanks to Remi Berthoz, the Analyze>Tools>Scale Bar command now has the ability to draw both vertical and/or horizontal scale bars.
  • Thanks to Stein Rorvik, added a "Colors..." command to the Color Picker dropdown menu and made most of the commands in that menu recordable.
  • Thanks to Esteban Fernandez, added a "Fill color:" field to the Image>Stacks>Images to Stack dialog box.
  • Thanks to Barry DeZonia, the findMinAndMax() methods in the Short/Int/Float processors are now faster (Plugins>Utilities>Benchmark runs 3% faster).
  • Thanks to Michael Schmid, added support for drag and drop to JFileChooser dialogs.
  • Thanks to Nicolas De Francesco, updated the Edit>Selection>Fit Rectangle command so that it produces more predictable results.
  • Thanks to Philippe Carl, File>Import>Image Sequence no longer limits the number of files that can be imported to 40 when "Open as separate images" is enabled.
  • Thanks to Fred Damen, improved recording of the ROI Manager's "Open..." and "Save..." commands, and made the open(path) and save(path) methods public.
  • Thanks to Michael Schmid, the File>Import>Image Sequence command no longer creates excessive image IDs.
  • Thanks to Michael Schmid, added the FolderOpener.openProcessor() method, used by the FileInfoVirtualStack class.
  • Thanks to Norbert Vischer, fixed a bug that caused the Process>Filters>Convolve command to sometimes not be correctly recorded.
  • Thanks to Fred Damen, fixed a bug that caused a null pointer exception when the File>Import>Results dialog was canceled.
  • Thanks to Ved Sharma, fixed a bug that caused an invalid macro error when assigning a string value returned by a user defined function to an array element.
  • Thanks to Fred Damen, fixed a bug that caused the RoiManager.save() method to always return true.
  • Thanks to Ved Sharma, fixed a bug that caused the ROI Manager's "OR (Combine)" command to not work as expected if the first ROI was composite.
  • Thanks to Philippe Carl, fixed a bug that caused the File>Import>Image Sequence command to not work as expected when importing stacks and the "Open as separate images" option was enabled.
  • Thanks to Philippe Carl, fixed a bug that caused the Image>Overlay>Flatten command to not work with ROIs, or the ROI Manager in "Show All" mode, on composite images.
  • Thanks to Rodrigo Goncalves, fixed a bug that caused the File>Save As>Image Sequence command to display multiple error messages when the specified directory did not exist.
  • Thanks to Herbie Gluender, fixed a bug the caused the exit(msg) macro function to fail when the argument was a number or a call to a user-defined function.
  • Thanks to Jerome Mutterer, fixed a typo in OpenDialog.java that caused the GitHub version of ImageJ to fail to compile.
  • Thanks to Daniel Nebdal, fixed a bug that caused the Plugins>Macros>Edit command to not open ".py" and ".bsh" files.
  • Thanks to Remi Berthoz, fixed a bug that caused the Image>Type>RGB Stack command to not work correctly with RGB stacks that had multiple slices and multiple frames.
  • Thanks to Stein Rorvik, fixed a bug that caused the Property.setSliceLabel() macro function to sometimes not work as expected with single images.
  • Thanks to Ved Sharma, fixed a regression that caused the roiManager("Set Fill Color",color) macro function to fail when used with a text selection.
  • Thanks to 'natalia', fixed a 1.52p regression that caused FITS images to open flipped vertically.
  • Thanks to "J Xiong", fixed a regression that caused the particle analyzer to not work the same as it did in ImageJ 1.52 with binary images that were not thresholded and the "Black background" options was not set.
  • Thanks to Hyung-song Nam, fixed a 1.53f regression that caused menus t

New in ImageJ 1.53k (Jul 7, 2021)

  • Thanks Mike Nelson, 16-bit images are inverted using the full pixel value range (0-65535) or, if set, using the "Unsigned 16-bit range" in the "Set" option of the Image>Adjust>Brightness/Contrast dialog.
  • Thanks to Alan Brooks, added the macOS-specific MacAdapter9 plugin, which, on Java 9 or later, supports drag and drop on the ImageJ.app and the "About ImageJ" command.
  • Thanks to Romain Guiet, the ROI Manager's "Associate 'Show All' ROIs with slices" option is now enabled by default.
  • Thanks to Gilles Carpentier, the particle analyzer now assumes the threshold is 255 unless "Black background" is not set, the image does not have an inverted LUT and fewer than half the pixels have a value of zero, in which case the threshold is set to zero.
  • Thanks to 'pdd2110', added the Property.setSliceLabel(label) macro function.
  • Thanks to 'John D.', added the GenericDialog.addButton() method (example).
  • Thanks to 'Oodegard', fixed a bug that caused the "Auto-next slice" option of the point tool to not work as expected with hyperstacks.
  • Thanks to Michael Schmid, fixed a bug that caused NaN values in tables read from a file to be strings instead of numbers.
  • Thanks to Gabriel Landini and Michael Schmid, fixed a bug that caused the "Top Hat" filter to fail when applying it to a stack one slice at a time.
  • Thanks to Laurent Thomas, fixed a bug that caused the Image>Stacks>Set Slice command to not work as expected with hyperstacks.
  • Thanks to Laurent Thomas, fixed a bug that caused hyperstacks to be displayed incorrectly if the Z or T sliders where moved quickly and the images were slow to load.
  • Thanks to Michael Schmid, fixed a bug that sometimes caused the WindowManager.getIDList() method to throw an exception

New in ImageJ 1.53i (Mar 26, 2021)

  • Thanks to Jerome Mutterer, added the "Apply LUTs" checkbox to the command finder (Plugins>Utilities>Find Commands).
  • Thanks to Norbert Vischer, the current line number, or selection range, in Editor, Table or Log windows, is displayed in the status bar. The total number of lines is displayed after Select All.
  • Thanks to Norbert Vischer, ImageJ now corrects the orientation of phone camera photos. Does not work on Fiji because it is missing Exif_Reader.jar.
  • Improved the Plugins>Utilities>Benchmark command. It now suppresses subordinate status bar messages and displays subordinate progress bars as dots.
  • Thanks to Peter Haub, the particle analyzer displays "ParticleAnalyzer: threshold has not set; assumed to be min-max" in the Log window if it was not called from a macro and a threshold was not set.
  • Thanks to Laurent Thomas, File>Save As>Image Sequence, when "Use slice labels as names" is enabled, now supports file names as long as 111 characters, excluding the extension.
  • Thanks to Michael Schmid, ImageJ displays "horizontal" in the image info line of column average plots and "vertical" with row average plots.
  • Thanks to Jerome Mutterer, added the showStatus(message,options) macro function and the IJ.showStatus(message,options) method (example).
  • Added the Overlay.update(index) macro function.
  • Added the ImagePlus.setBorderColor() method, used by Image>Color>Split Channels to colorize image borders.
  • Thanks to Laurent Thomas, added the ImageStack.getShortStackLabel(n,max), Zoom.toSelection(imp), Zoom.set(imp,mag) and Zoom.set(imp,mag,x,y) methods.
  • Thanks to Herbie Gluender, fixed a bug that caused the status bar to stop being updated after activating an overlay selection.
  • Thanks to Fred Damen, fixed a bug with one slice stacks that caused the slice label to not be displayed on the image info line or in the Image>Show Info window.
  • Thanks to Antoneta, fixed a bug with the Flatten command that caused multi-point selections on stacks to lose counter information.
  • Thanks to Herbie Gluender, fixed a bug that caused unexpected overlay entries after running the particle analyzer with the "Add to manager" option in a batch mode macro.
  • Thanks to Norbert Vischer, fixed a bug that caused string functions added in ImageJ 1.52t (s.contains(), s.endsWith(), s.indexOf(), s.lastIndexOf(), s.lengths.startsWith()) to return a string instead of a number when used in an assignment statement.
  • Thanks to Robert Haase, fixed a bug with the roiManager("select",index) macro function that caused it to sometimes restore ROIs at the wrong position.
  • Thanks to Laurent Thomas, fixed a bug that caused the ContrastEnhancer.stretchHistogram() methoid to not work as expected with stacks.
  • Thanks to Michael Schmid, fixed a bug that caused WaitForUserDialogs to not be scaled on high-resolution screens.
  • Thanks to Stein Rorvik, fixed a macro interpreter bug that caused if statements using string functions to sometimes fail (e.g., "if (getTitle.length>10) ...").
  • Thanks to Norbert Vischer, fixed a bug that caused the first column of tables copied to the clipboard to be missing if the table did not have row numbers and the "Copy row numbers" option in Edit>Options>Input/Output was not enabled.
  • Thanks to Shayna Sosnowik, fixed a 1.53g regression that caused the "Properties..." command in the ROI Manager to not work as expected when changing the stroke color.
  • Thanks to Stein Rorvik, fixed a 1.53i regression that caused the str.trim() macro function to sometimes fail.

New in ImageJ 1.53g (Dec 6, 2020)

  • Thanks to Jerome Mutterer, added a "Run" button to Editor windows when the file name ends with ".ijm", ".js", ".bsh" or ".py".
  • The "Overlay Masks" option in the particle anayzer now displays masks in colors taken from the Glasbey LUT.
  • Thanks to J Xiong, added "Overlay" and "Composite ROIs" checkboxes to the particle analyzer (example).
  • Thanks to Michael Doube, added an IntProcessor class that provides support for signed 32-bit int images (example).
  • Thanks to Christian Tischer, the Recorder supports Python.
  • Thanks to 'Eljonco', the "ExpandableArrays" macro option is now enabled by default. Thanks to Peter Haub, added the String.pad(n,length) macro function.
  • Thanks to Wilhelm Burger, added the addEnumChoice() and getNextEnumChoice() methods to the GenericDialog class (example).
  • Thanks to 'davidC', added the ij.gui.HistogramPlot class.
  • Thanks to Stein Rorvik, added the ImageCanvas.setLongClickDelay() and Toolbar.setLongClickDelay() methods.
  • Thanks to 'Dr. Njitram', added the recordable SubstackMaker.run(imp,rangeOrList) method.
  • Thanks to Albert Cardona, modified the ImageJ.keyPressed() method so that, if the KeyEvent is consumed, it returns immediately.
  • Thanks to Wei Ouyang, replaced the "Duplicate..." command in the default image contextual menu with "Duplicate Image", which ignores any selection and duplicates the entire image.
  • Thanks to Stein Rorvik, fixed a bug that sometimes caused images to be incorrectly added to the Window menu.
  • Thanks to Stein Rorvik, fixed a bug that caused the File>Show Folder>Image command to not work with stacks opened using File>Import>Image Sequence.
  • Thanks to 'muniak' and 'mountain_man', fixed a bug that caused the Scaler.resize() method to return an image with a calibration of Inf x Inf.
  • Thanks to Stein Rorvik, fixed a bug that caused a list of 12 'w' letters to appear after the Group entry in the ROI Properties dialog when it was called from a macro.
  • Thanks to 'davidC', fixed a bug that caused batch mode macros that created hundreds of histograms to fail.
  • Thanks to 'chrk139', fixed a bug that caused the drawOval() and fillOval() macro functions to not work for images larger than 2^29 pixels.
  • Thanks to Laurent Thomas, fixed a bug where changing the group attribute from a group>0 to 0 in the ROI Manager>Properties dialog did not work as expected.
  • Thanks to Gilles Vanwalleghem, fixed a bug that caused the run("Reduce Dimensionality...") macro function to throw a null pointer exception in Fiji headless mode.
  • Thanks to Laurent Thomas and Hollandi Reka, fixed a bug that caused the ROI group of saved composite selections to not be restored.
  • Thanks to Martin Hohne, fixed a bug that caused the getValue("X") and getValue("Y") macro functions to not work as expected with line selections.
  • Thanks to J Xiong, fixed a v1.50 regression that caused the particle analyzer to not work as expected when when using the "Exclude on edges" option and a composite selection.
  • Thanks to Fred Damen, fixed a 1.53c regression that caused the GenericDialog.getFont() method to sometimes return null.

New in ImageJ 1.53f (Oct 27, 2020)

  • Thanks to Wei Ouyang, tool bar and image popup menus are triggered by long presses in addition to right clicks, needed because right clicks are not normally possible when Image.JS is running on Android and iOS devices.
  • Thanks to Wei Ouyang, added a popup menu to the magnifying glass tool icon.
  • Added a popup menu triggered on a right click or long press inside a selection.
  • Updated the built in toolbar "Dev" menu.
  • Thanks to Michael Schmid, the text in a text selection can be edited in the Edit>Selection>Properties dialog.
  • Thanks to Stein Rorvik, the File>Import>Image Sequence dialog is used when drag and dropping a folder on the "ImageJ" window.
  • Thanks to Michael Schmid and Thomas Fischer, Undo works with overlays when translating and rotating images, and the "Overlay only" checkbox is only shown in the Translate dialog when there is an overlay.
  • Thanks to Robert Haase, added the Edit>Options>Fresh Start command, which closes all images, empties the ROI Manager, clears the Results table and enables the "Black background" option.
  • Thanks to Conner Phillips and Stein Rorvik, the Reslice command is faster on Windows when re-slicing from "Left" or "Right" and it uses an ordinary progress bar when run from a macro.
  • Thanks to Stein Rorvik, added an "Open as separate images" checkbox to the File>Import>Image Sequence dialog.
  • Thanks to Stein Rorvik, added "Foreground..." and "Background..." entries to the color picker tool popup menu.
  • Thanks to 'MIKEIII' and Dmitry Fedorov, added the Image.width, Image.height, Image.copy and Image.paste(x,y) macro functions (example).
  • Thanks to Stein Rorvik, added the Array.filter(arr,str), Math.toRadians(degrees) and Math.toDegrees(radians) functions.
  • Thanks to Nima Hojat, added the ResultsTable.addRow() method. For an example, run Help>Examples>JavaScript>Sine/Cosine Table.
  • Thanks to Philippe Carl, fixed a bug that caused the RoiManager.getSelectedIndexes() method to sometimes not work as expected.
  • Thanks to Christian Tischer, fixed a bug that slowed saving of virtual stacks in TIFF format.
  • Thanks to Thomas Fischer, fixed a bug that caused the dynamic "Value" and "Count" values in HIstogram windows to sometimes not be displayed correctly.
  • Thanks to Gaurav Joshi, fixed a bug that caused the Ctrl+F (Edit>Fill) keyboard shortcut on Windows, when used on a stack, to not display the "Proces Stack?" dialog.
  • Thanks to 'Quiroz-1', fixed a 1.53e regression that caused the imageCaculator() macro function do somethimes not work as expected.
  • Thanks to Pradeep Rajasekhar and Jan Eglinger, fixed a 1.52 regression that caused the Analyze Skeleton plugin to output incorrect Results tables.
  • Thanks to 'tongtao', fixed a regression that caused the Edit>Copy to Image Info command in the text editor to fail.
  • Thanks to Stein Rorvik, fixed a 1.53c regression in the AVI Reader that caused it to throw a null pointer exception.
  • Thanks to Eric Perlman, fixed a 1.52 regresion that caused the IJ.getImage() method to sometimes display model error dialogs.

New in ImageJ 1.53e (Sep 17, 2020)

  • Thanks to Michael Schmid, the color picker tool has a new icon and a right click drop down menu.
  • The "Black background" option is no longer saved in the preferences file. Add setOption("BlackBackground",true) to Edit>Options>Startup to have it set 'true' on startup.
  • Thanks to Kees Straatman, improved recording of the Edit>Selection>Add to Manager command.
  • Thanks to Michael Ellis, added a module-info.java file, used by the Java Module System, to the ImageJ source.
  • Thanks to 'mkhapp', added the RoiManager.selected macro function, which returns the number of selected ROIs in the ROI Manager (example).
  • Thanks to Fred Damen, added the ImagePlus.copyToSystem() method.
  • Thanks to Philippe Carl, fixed a bug that allowed multiple copies of the Color Picker to be opened.
  • Thanks to 'Ben', fixed a bug that caused the Table.get() macro function to return strings instead of numbers.
  • Thanks to Fred Damen and Michael Schmid, fixed a bug that caused the run("Copy to System") macro function to sometimes copy the wrong image to the system clipboard.
  • Thanks to Fred Damen, fixed a bug that caused unreliable zooming of images with selections when using the arrow keys while holding the shift or control key down.
  • Thanks to Fred Damen, fixed a bug that caused the img3=ImageCalculator.run(img1,img2,operation) method to return null if the 'operation' string did not contain 'create' or '32-bit'.
  • Thanks to Martin Hohne, fixed a 1.53c regression that caused the Counter popup menu in the Point Tool options Dialog to not work as expected after switching to a different image.
  • Thanks to Robert Svoboda, fixed a 1.53d regression on Windows that could cause the getDirectory() macro function to throw an exception or crash ImageJ.
  • Thanks to Stein Rorvik, fixed a 1.53d regression that could cause the run("Image Sequence...",options) macro function to fail.

New in ImageJ 1.53d (Aug 21, 2020)

  • Added drag and drop support to GenericDialog directory and file fields, based on code from Fiji's GenericDialogPlus.
  • The File>Import>Image Sequence and File>Save As>Image Sequence comnands get the directory using the new GenericDialog.addDirectoryField() method, which is based on the very useful method with the same name in Fiji's GenericDialogPlus class.
  • The File>Import>AVI comnand gets the path to the AVI file using the new GenericDialog.addFileField() method, which is also from Fiji's GenericDialogPlus class.
  • Thanks Michael Schmid, added the Process>Filters>Top Hat filter.
  • Thanks to William Berndt, added the Image>Type>HSB (32-bit) command.
  • Thanks to Laurent Thomas, added the More>>Multi Crop command to the ROI Manager.
  • Thanks to Zeynab Mousavi, the Edit>Selection>Scale command uses the centroid instead of the center of the bounding rectangle when "Centered" is checked in the dialog.
  • The Help>About ImageJ window is larger and the text is drawn in an overlay.
  • Thanks to Peter Bankhead, the MacAdapter class is now in the ij.plugin package.
  • Thanks to Norbert Vischer, legend labels can be indexed or hidden in the plot window More>>Legend... dialog.
  • Thanks to Curtis Rueden, the sample images are now loaded from https://imagej.net/images/.
  • Thanks to Jerome Mutterer, the Color Picker now has a clipboard-copyable TextArea containing the selected color in hex format.
  • Thanks to Jeff Hardin, the Image>Hyperstacks>Stack to Hyperstack command now works with virtual stacks not in CZT order.
  • The Threshold tool's "Set" function disables "Don't reset range" if the values set are outslide of the current display range.
  • The ImageStack class now accepts images of different types. Images are converted to the type specified by the setBitDepth() method or to the type of the first image added.
  • Added the Dialog.addDirectory() macro function and the GenericDialog.addDirectoryField() method (example).
  • Added the Dialog.addFile() macro function and the GenericDialog.addFileField() method.
  • Added the Dialog.addImageChoice() macro function and the GenericDialog.addImageChoice() method.
  • Added the Overlay.cropAndSave() macro function and the ImagePlus.cropAndSave() method (example).
  • Thanks to Laurent Thomas, added the RoiManager.multiCrop() macro function and RoiManager.multiCrop() method.
  • Thanks to Philippe Carl and Michael Schmid, added the LutLoader.getLut() method. For an example, run Help>Examples>JavaScript>Show all LUTs.
  • Thanks to Philippe Carl, added the String.format() macro function.
  • Thanks to Laurent Thomas, added the ImagePlus.crop(Roi[]), Overlay.createStackOverlay(Roi[]) and ImageStack.create(ImagePlus[]) methods. For an example, run Help>Examples>JavaScript>Crop Multiple Rois.
  • Added the FolderOpener.open(path, width, height, options) method, which opens a stack, or virtual stack, from a folder of images that may differ in size.
  • Added the ImageStack.setBitDepth() method.
  • Thanks to Aryeh Weiss, added the HyperStackConverter.toStack() method (example).
  • Added the StackWriter.save() method.
  • Thanks to 'bio7' and David Gault, fixed bugs that caused IJ.isJava18() to return false and JavaScript to not work when running Java 14 or later.
  • Thanks to Vivek Gupta, fixed a bug that caused the run("Add Selection...") macro function to ignore the current selection's position.
  • Thanks to Michael Cammer, fixed a bug that caused the contrast to constantly change when scrolling through a stack and the Threshold window is open.
  • Thanks to Gilles Carpentier, fixed a bug that caused the Duplicate command to propose an incorrect name when duplicating an image whose name ends in "-n", where 'n' is a digit.
  • Thanks to Gabriel Landini and Michael Schmid, fixed a bug that caused the File>Show Folder> commands to not work on some Linux systems.
  • Thanks to 'Nhaz', fixed a bug that caused the Fit.doFit(() macro function to fail with equations containing "Math.erf()".
  • Thanks to Michael Schmid, fixed preview and parallelization bugs in the RankFilters (Median, Mean, Minimum, etc.).
  • Thanks to Herbie Gluender, fixed a bug that caused Table.* macro functions to ignore custom tables not displayed in the active window.
  • Thanks to Philippe Carl and Michael Schmid, fixed a bug that caused the High Resolution Plot command to not be correctly recorded in Java(script) mode.
  • Thanks to Gabriel Landini, fixed the Process>Shadows>Shadows Demo command, which was too fast on modern computers.
  • Thanks to Jerome Mutterer, fixed a bug that sometimes caused point measurements to not work as expected (example).
  • Fixed issues with script-mode recording of file paths on Windows.
  • On Macs, fixed a bug that caused the ImageJ>About ImageJ window to open slowly.
  • Thanks to Michael Cammer, fixed a bug that caused the s2=replace(s,s1,s2) and s2=s.replace(s1,s2) macro functions to fail when 's1' was a single regular expression special character and 's2' did not have a length of one.
  • Thanks to Philippe Carl, fixed a bug that caused the Image>Stacks>Tools>Concatenate command to not preserve the "Info" properties.
  • Fixed a 1.52r regression that caused ImageJ to hang when saving images with fewer than 4 pixel in TIFF format.
  • Thanks to Jan Brocher, fixed a 1.52u regression that caused the Edit>Selection>Enlarge command to not work as well as before.
  • Thanks to 'jerr', fixed a 1.52 regression that made it impossible to set the threshold by changing the textfield values.
  • Thanks to 'Emil' and Pete Bankhead, fixed a 1.53c regression that caused the Analyze>Plot Profile command not work as expected with segmented and freehand line selections on spatially calibrated images.
  • Thanks to Zeynab Mousavi, fixed a 1.52 regression that caused the getResults() macro function to unexpectadly cause a "No results found" error (example).
  • Thanks to Sumin Kim, fixed a 1.52t regression that caused Stack to Images image titles to not be the same as before for stacks with names containing spaces.

New in ImageJ 1.53c (Jun 27, 2020)

  • Added the Help>Examples>Tools> submenu with five tools: Circle Tool, Star Tool, Point Picker, Big Cursor and Annular Selection. These tools use the new "//@AutoInstall" directive that automatically adds them to the toolbar.
  • Added the "//@AutoInstall" and "//@AutoInstallAndHide" directives for automatically installing macros and tools in newly opened .ijm and .txt files.
  • Thanks to Louise Bishop, delete multiple points from a multi-point selection by creating a new area selection while holding down the alt key.
  • Thanks to Gabriel Landini, the LUT name is saved as an image property and displayed when you type "i" (Image>Show Info).
  • Added support for 24x24 macro tool icons. The Big Cursor and Annular Selection tools are examples.
  • Double click on an overlay selection to activate it.
  • Thanks to Christophe Leterrier and Christian Goosmann, the Image>Scale, Image>Adjust>Size, Image>Transform>Rotate, Translate, Rotate 90 Degrees Right and Rotate 90 Degrees Left commands now work with overlays.
  • Thanks to 'Emma', added sliders and an "Overlay only" option to the Image>Transform>Translate command.
  • The Color Picker is improved, including a new tool icon.
  • Toolbar buttons are one pixel larger, making the "ImageJ" window 20 pixels wider.
  • Tool icons are bolder when the GUI scale is greater than 1.0 and less the 1.5.
  • Added a "Reset" button to the Edit dialog of the Plugins>Utilities>Commands window.
  • Thanks Jerome Mutterer, added the rainbow progress bar easter egg, activated by switching to the angle tool and running a command that uses a progress bar (e.g., a radius 50 median filter on a 1000x1000 image).
  • Thanks to Fred Damen, the Compile and Run command now looks for library JAR files in both plugins/jars and plugins/lib.
  • Added the getDir("file") macro function, which returns the directory of the most recently opened or saved file.
  • Thanks Jerome Mutterer, added the Overlay.activateSelectionAndWait() macro function.
  • Thanks to 'Eljonco', added the RoiManager.getName() macro function.
  • Thanks to Laurent Thomas, added the RoiManager.setPosition() macro function and method.
  • Thanks to 'quatreulls', added the Table.saveColumnHeaders(boolean) macro function and ResultsTable.saveColumnHeaders(boolean) method.
  • Thanks to Laurent Thomas, added the ImagePlus.crop(Roi[]) and ImagePlus.crop(Roi[],options) methods (JavaScript example).
  • Thanks to Bill Christens-Barry, added the TextWindow.setFont(name,style,size) method for setting the font used in the Log window. For monospaced text, set 'name' to "Monospaced" (example).
  • Thanks to Gilles Carpentier, fixed a bug that caused NaN results when measuring line selections created by Edit>Selection>Area to Line from particle analyzer selections touching the right or bottom edge of the image.
  • Thanks to Norbert Vischer, fixed bugs that caused hyperstacks with a "select all" selection to not be correcty copied to the system clipboard.
  • Thanks to Joe Want, fixed a bug that caused the macro interpreter to sometimes generate an invalid "Numeric return value expected" message.
  • Thanks Jerome Mutterer, fixed a bug that caused the Roi.activateSelection(index) macro function to not work as expected when called twice with the same index.
  • Worked around a Java 8/Windows 10 bug that caused the "ImageJ" window menu bar font size to become very small after increasing the GUI scale.
  • Thanks to Romain Guiet and Jan Eglinger, fixed a bug that caused the multi-point tool to always reset the counter to 0.
  • Fixed a bug that caused the Edit>Selection>Fit Spline command to leave an incomplete progress bar.
  • Fixed a bug that caused the Editor's Compile and Run "Save as" dialog to sometimes not default to a folder inside the plugins folder.
  • Thanks to Laurent Thomas, fixed a bug in ROI Manager>Properties that caused it to not change the position of multiple ROIs.
  • Thanks to Michael Schmid, fixed a bug that could cause an exception with plugins using a DialogListener.
  • Thanks to Michael Schmid, fixed a bug that could cause the "Label Points" checkbox in Point Tool Options dialogs to be ignored.
  • Thanks to Christian Tischer, fixed a bug that caused the macro interpreter to not generate an "Undefined variable" error with statements like "v=v+1".
  • Thanks to Garbriel Landini, fixed a 1.52m regression that caused histogram peaks to extend above the frame.
  • Thanks to Stein Rorvik, fixed a 1.52u regression that caused File>Import>Image Sequence to display unexpected error messages in the Log window.

New in ImageJ 1.53b (Jun 1, 2020)

  • Thanks to Jerome Mutterer, added the "Overlay Editing Tools" toolset and the "Label Maker" tool to the toolbar's ">>" menu. Shift click on a toolset or tool in the ">>" menu to view the macro source code.
  • Thanks to Laurent Thomas, added the Edit>Options>Roi Defaults command, which adds support for ROI group names. Double click on the rectangle tool to run this command.
  • The group name, "Stroke Color:" field and the selection color are dynamically updated as the group number is changed in the Edit>Selection>Properties dialog.
  • Thanks to Jerome Mutterer, added support for tool icons read from image files located in the macros/toolsets/icons/ folder. The syntax looks like
  • macro "Test Tool - icon:833.png" { }.
  • Thanks to Erod Baybay, added the Roi.setPosition(slice) macro function.
  • Thanks to Jerome Mutterer, added the Overlay.indexAt(x,y), Overlay.removeRois(name) and Overlay.getBounds(index,x,y,width,height) macro functions.
  • Thanks to Stein Rorvik, added the Roi.setJustification(str), Roi.setFontSize(size), Property.setList(str) and Property.getList macro functions.
  • Added the setOption("InterpolateLines",boolean) macro function.
  • Thanks to Adrian Martin, added the setOption("FlipFitsImages",true) macro function.
  • Thanks to Laurent Thomas, added the Roi.getGroupNames and Roi.setGroupNames() macro functions.
  • Thanks to Jan Eglinger, moved initialization of the okay and cancel buttons in GenericDialog into the constructors.
  • Thanks to Hidenao Yamada, fixed a bug that caused the FileInfoVirtualStack.deleteLastSlice() method to not work.
  • Thanks to Tom Kazimiers, fixed spelling of the ARTIST tag in the TiffDecoder.
  • Thanks to Jerome Mutterer and Michael Schmid, fixed a rounding error that caused the Measure command to not correctly measure point selectons with non-integer coordinates.
  • Thanks to Herbie Gluender, fixed bugs that caused the Rename, Duplicate, Sort and Plot Results table commands to not work if the table did not contain a ResultsTable object.
  • Thanks to Norbert Vischer, fixed a bug that caused the Stack to Hyperstack command to throw an exception.
  • Thanks to 'Hayato', fixed a bug that caused the roiManager("measure") macro function to be slow on Windows when measuring thousands of ROIs.
  • Thanks to Gilles Carpentier, fixed a bug that caused the Stack to Hyperstack command to unexpectedly display the output image in batch mode.
  • Thanks to Madison Williams, fixed a 1.52o regression that caused tables created by the Cell Counter plugin to be empty.
  • Thanks to Ron DeSpain, fixed a 1.52u regression that caused incorrect positions to be shown in the status bar after using the arrow keys to move line selections.
  • Thanks to Stein Rorvik, fixed a 1.52t regression that caused the TextRoi.setJustification() method to sometimes not work as expected.
  • Thanks to 'hwada', fixed a 1.52t regression that changed the order of the points returned by Line.getFloatPolygon().

New in ImageJ 1.53a (May 5, 2020)

  • Thanks to Michael Ellis, added support for saving and restoring persistent image properties via the Property.set(key,value) and Property.get(key) macro functions and the setProp(key,string), getProp(key), setProp(key,double) and getNumericProp(key) methods (JavaScript example).
  • Removed file sizes from entries in the File>Open Samples> submenu. Macros that use the old entries (e.g. "Blobs (25K)") continue to work.
  • Thanks to Laurent Thomas, the Overlay and RoiManager classes are now iterable. Plugins can use "for (Roi roi : rm)" instead of "for (int i = 0; i != rm.getCount(); i++)". In JavaScript, use "for each (roi in rm)" (example).
  • Thanks to Norbert Vischer, added the [&n] macro shortcut notation that allows shortcuts to be used on both numerical keypads and normal (laptop) keyboards. (example).
  • Thanks to Richard Boardman, increased the BufferedOutputStream buffer size in the FileSaver class to 32K and added the static FileSaver.setBufferSize(int) method.
  • Thanks to Michael Schmid, added the Plot.setOptions() macro function. See Help>Examples>Plots>Plot Results for an example.
  • Added the Property.get(key), Property.set(key,value), Property.getInfo, Property.getSliceLabel, Property.setSliceLabel(string) and Property.getDicomTag(string) macro functions.
  • Thanks to Michael Schmid, added the Plot.getCurrentFont(), Plot.getDefaultFont() and Tools.getNumberFromList() methods.
  • Thanks to Herbie Gluender, added the GenericDialog.getLabel() and FHT.getRawPowerSpectrum() methods.
  • Thanks to Kenneth Sloan, added the ImageProcessor.getForegroundValue() method.
  • Thanks to Curtis Rueden, added the GUI.getParentFrame() method and made GenericDialog.getParentFrame() private again.
  • Thanks to Hidenao Yamada, fixed a bug that caused the getDirectory() and getFileName() methods of the FileInfoVirtualStack class to always return null.
  • Thanks to Norbert Vischer, fixed a bug that caused the File>Import>Image Sequence command to not ignore subdirectories.
  • Thanks to Michael Cammer, fixed a 1.52v regression that caused recording to not work correctly when Preview was checked in a filter dialog.
  • Fixed a 1.52o regression that caused the Help>Examples>JavaScript>FFT Filter script to display an error message.
  • Thanks to 'Eljonco', fixed a 1.52v regression that caused the Threshold tool to sometimes freeze ImageJ.

New in ImageJ 1.52v (Apr 14, 2020)

  • Thanks to Norbert Vischer, macro error messages include the call stack. (example).
  • Added a "Set default directory" code choice to the Edit>Options>Startup dialog.
  • Thanks to Laurent Thomas, the RoiManager class is now iterable.
  • The run("Viridis") macro function now works on Fiji (example).
  • Thanks to Fred Damen, Java compiler error messages use the default editor font.
  • Thanks to Fred Damen and Michael Schmid, added the Math.erf(x) macro function.
  • Added the Overlay.useNamesAsLabels(boolean) macro function (example).
  • Thanks to Michael Schmid, added the Fit.getEquation(index,name,formula,macroCode) macro function (example).
  • Thanks to 'Odinsbane', added the ByteProcessor.skeletonize(foreground) method, where 'foreground' is either 0 or 255.
  • Thanks to Laurent Thomas, added the ResultsTable.getResultsTable(title) method.
  • Thanks to 'Max1', fixed a bug that caused the Edit>Selection>Scale command to not maintain the selection name, group, fill color, point type and point size.
  • Thanks to 'Odinsbane', fixed a bug that caused the ByteProcessor.skeletonize() method to not work correctly with objects touching the image edge.
  • Thanks to Stefan Helfrich and Olivier Burri, fixed a bug that caused the position of ROIs added to the ROI Manager using RoiManager.setRoi() to sometimes change.
  • Thanks to Michael Schmid, fixed a bug that sometimes caused GenericDialogs to throw an exception.
  • Thanks to Jeremy Adler, fixed a bug where changing the LUT resets the display range.
  • Thanks to 'Sh_Ty', fixed a bug the caused the Analyze>Tools>Calibration Bar command to throw an exception in headless mode.
  • Thanks to Michael Schmid, fixed a bug that caused plots with custom symbols to use the wrong color or generate an error.
  • Thanks to Nicolas De Francesco, fixed a 1.52u regression that caused incorrect straight line length measurements with spatially calibrated images.
  • Thanks to Peter Haub, fixed a 1.52u regression that caused the cursor position to not be aligned with the drawing position when creating a polygon ROI.
  • Thanks to 'Professor_OAT', fixed a 1.52s regresson that caused the deleteRows() macro function to throw an exception when deleting rows in a non-numeric table.

New in ImageJ 1.52u (Mar 18, 2020)

  • Thanks to Nicolas De Francesco, added the Edit>Selection>Fit Rectangle command.
  • Thanks to 'Dcolam' and Jan Eglinger, the Edit>Selection>Enlarge command no longer has a 255 pixel limit.
  • Thanks to Peter Bankhead, the default TIFF reader uses the HandleExtraFileTypes plugin when it is unable to open a file. As an example, .svs files dragged and dropped on the "ImageJ" window are now opened by the Bio-Formats plugin.
  • Added the Help>Examples>JavaScript>Overlay Text example.
  • Thanks to Laurent Thomas, added a "Install Keypad Shortcuts" command to the ROI Menu tool. Add
  • call("ij.plugin.MacroInstaller.installFromJar", "/macros/RoiMenuTool.txt+");
  • to the Edit>Options>Startup dialog to have the shortcuts automatically installed on startup.
  • Thanks to Laurent Thomas, the commands in the ROI Menu tool and the "Group" setting in the ROI Manager's Properties dialog are recordable.
  • Added the Math.abs(n), Math.acos(n), Math.asin(n), Math.atan(n), Math.atan2(n1,n2), Math.ceil(n), Math.cos(n), Math.exp(n), Math.floor(n), Math.log(n), Math.log10(n), Math.min(n1,n2), Math.max(n1,n2), Math.pow(n1,n2), Math.round(n), Math.sin(n), Math.sqr(n), Math.sqrt(n) and Math.tan(n) macro functions.
  • Added the RoiManager.setGroup(group) and RoiManager.selectGroup(group) macro functions.
  • Thanks to Ken Gilbert, added the getValue("image.size") macro function.
  • Thanks to Laurent Thomas, added the setOption("WaitForCompletion",false) macro function, which causes the next exec() call to return an empty string and not wait for the command being executed to finish.
  • Thanks to Nortbert Vischer, added the Array.sort(array1,array2,array3...) macro function (example).
  • Thanks to Volker Backer, added the ImagePlus.resize() method, which is recorded by the Image>Scale and Image>Adjust>Size commands.
  • Thanks to Fred Damen, added the Plot.setWindowSize() method.
  • Thanks to Lewis Muir, fixed a bug the caused the Pixel Inspection Tool's red selection box to be included with the image when saving in GIF, JPEG or PNG format.
  • Thanks to 'cooketho', fixed a bug that caused the Edit>Copy to System command to sometimes not work as expected with composite images.
  • Thanks to Fred Damen, fixed bugs that caused the TextRoi.setJustification() and TextRoi.drawPixels() methods to not work as expected.
  • Thanks to Nicolas De Francesco, fixed a bug that caused empty tables to not be opened correctly.
  • Fixed a bug that caused the Color Picker to not work correctly if the GUI scale was greater than one.
  • Thanks to Michael Schmid, fixed a bug that could cause a thread deadlock in plugins using the ImageListener interface.
  • Thanks to Michael Schmid, fixed a bug that caused the "List coordinates" option in the Edit>Selection>Properties dialog to ignore the "Origin" setting in the Image>Properties dialog.
  • Thanks to 'sebi06', fixed a 1.52p regression that caused the particle analyzer to thow an exception in headless mode.
  • ROI enhancements, thanks to Michael Schmid:
  • Line and point selections have integer coordinates at pixel centers when displayed at high magnification. Area selections have integer coordinates at the top-left corner of pixels.
  • All interactively created ROIs, except rectangles and ovals, are created with subpixel resolution when the magnification is above 150%.
  • Removed the "Sub-pixel resolution" option from the Edit>Options>Plots dialog.
  • The Line to Area command is faster and more accurate
  • The Straighten command is more accurate.
  • The Image>Info command displays more information about ROIs.
  • Long-click to select ROIs from overlays now also works with lines.
  • The Measure command uses Line to Area instead of Straighten to get statistics from segmented and freehand lines with a width geater than one.
  • Fixed a bug that could (rarely) cause an exception during "wipe back" when drawing a polygon or polyline. In "wipe back" mode, the mouse behaves like an eraser when moved backwards with alt key down.

New in ImageJ 1.52t (Feb 1, 2020)

  • Thanks to Laurent Thomas, added a "Group" field to the Edit>Selection>Properties dialog and an "ROI Menu" tool to the toolbar's >> menu.
  • Thanks to Norbert Vischer, added support for superscripts and subscripts in plot axis labels (example).
  • Thanks to Norbert Vischer, added a "Separate Image" option to the "Location:" menu of the Analyze>Tools>Calibration Bar dialog.
  • Selection handles are larger.
  • Added a "Bolder selections" ("Roi.setDefaultStrokeWidth(2);") code choice to the Edit>Options>Startup dialog.
  • Thanks to Mark Rivers, the Help>Examples>JavaScript>TeraByte VirtualStack example now generates test patterns and supports multiple image types.
  • Thanks to Laurent Thomas, added the Roi.getDefaultGroup, Roi.setDefaultGroup(group), Roi.getGroup, Roi.setGroup(group), Roi.getDefaultStrokeWidth and Roi.setDefaultStrokeWidth() macro functions, and the corresponding Roi class methods.
  • Added the following macro language string functions, where 's' is a string variable:
  • s.charAt(i), s.contains(s2), s.endsWith(s2), s.indexOf(s2), s.lastIndexOf(s2), s.length, s.matches(s2), s.replace(s1,s2), s.startsWith(s2), s.substring(i1,i2), s.substring(i), s.toLowerCase, s.toUpperCase and s.trim.
  • Thanks to Stephen Royle, fixed a bug on macOS that caused the command-h keyboard shortcut (ImageJ>Hide ImageJ) to not work.
  • Thanks to Mark Rivers, fixed a bug that caused the cursor location and pixel value to not be displayed in the status bar for animating stacks.
  • Thanks to Jeff Spector and Michael Schmid, fixed a bug that caused the Edit>Selection>Line to Area command to not work as expected.
  • Thanks to Norbert Vischer, fixed a bug that caused a misleading error message to be displayed when using the saveAs(format,path) macro function to save in "jpg", "png" or "gif" format and the file path was incorrect.
  • Thanks to Michael Schmid, fixed a bug that caused macro recording to not work correctly if "Non-blocking filter dialogs" was enabled in the Edit>Options>Misc dialog.
  • Thanks to Michael Kaul, fixed a bug that caused the GenericDialog.addSlider() method to not use enough digits to the right of the decimal point if the value of the 'stepSize' argument was very small.
  • Thanks to Michael Schmid, fixed several live profile plot and LineWidthAdjuster bugs.
  • Thanks to Norbert Vischer, fixed a bug that caused the Image>Overay>Flatten command to throw an exception when flattening hyperstacks.
  • Thanks to Michael Schmid, fixed a bug that caused dialogs with only buttons to put the focus on the first button, which is not the "OK" button on MacOS and Linux.
  • Thanks to John Fozard and 'mountain_man', fixed a bug that caused angle measurements of lines a few pixels in length to be incorrect.
  • Thanks to 'SarenT', fixed a bug that caused the ImagePlus.getShortTitle() method to truncate file names containing spaces.
  • Thanks to Norbert Vischer, fixed a bug that caused a "Has Calibration Bar" error when attempting to adjust brightness and contrast after clicking on "Cancel" in the Analyze>Tools>Calibration Bar dialog.
  • Thanks to Fernando Garcia-Polite, fixed a 1.52q regression that caused the run("Point Tool...",options) macro function to no longer work.
  • Thanks to Michael Schmid, fixed a 1.52q regression that caused duplicate recordinging of non-blocking dialogs.
  • Thanks to Dorai Iyer, fixed a 1.52s regression that caused characters entered using the text tool to sometimes be repeated.
  • Thanks to Rodrigo Goncalves and Curtis Rueden, fixed a 1.52q regression that caused the "Movie (FFMPEG)" plugin to throw a NullPointerException.

New in ImageJ 1.52s (Dec 11, 2019)

  • Thanks to 'LPUoO', added the Plugins>Utilities>Commands command, which opens a list of commonly and recently used commands.
  • By default, image windows now open just below the "ImageJ" window.
  • Thanks to Norbert Vischer, adding an exclamation mark to showStatus() messages avoids status bar flicker (example).
  • Thanks to Michael Schmid, the Process>Filters>Convolve dialog displays feedback on the kernel as it is modified.
  • Added the Macros>Set as Repeat Command command to the macro editor. After running this command, the selected macro code will run each time you press 'r', the shortcut for the Process>Repeat Command command.
  • Thanks to Jerome Mutterer, added a "Splash Screen" code choice to the Edit>Options>Startup dialog.
  • Changed the shortcut for Process>Repeat Command to 'r' and the shortcut for File>Revert to shift-r.
  • Added a "Reuse 'FFT of...' window" option to the Process>FFT>FFT Options dialog.
  • Thanks to Peter Haub, chroma subsampling is disabled when saving in JPEG format if the Quality setting (Edit>Options>Input/Output) is 90 or higher, resulting in higher quality images but larger file sizes.
  • Thanks to Karen Collins, improved the FITS Writer.
  • Added the Help>Examples>JavaScript>JPEG Quality Plot example.
  • Removed the obsolete "Draw grid lines" option from the Edit>Options>Plot dialog.
  • Thanks to Michael Schmid, the ImagePlus.updateAndDraw() method adds a scroll bar to the image window if the stack size has changed to greater than one.
  • Thanks to Stein Rorvik, added the File.getDefaultDir, File.setDefaultDir(path), String.trim(string) and String.join(array) macro functions.
  • Thanks to Peter Haub, added the JpegWriter.disableChromaSubsampling() method (example script).
  • Added the ImageProcessor.setFontSize() and Plot.setFontSize() methods.
  • Thanks to 'kefe' and Herbie, fixed a bug that caused the Stack to Images command to use slice labels as image titles even when they contained "/", "" or ":" characters.
  • Thanks to 'sudgy' and Jan Eglinger, fixed a bug the caused iteration over the points contained in an ROI to throw an exception for rectangular ROIs.
  • Thanks to Norbert Vischer, fixed a bug that caused the options dialogs for the Rounded Rectangle, Multi-point and Arrow tools to generate "Duplicate keyword" errors when the Recorder was running.
  • Thanks to Peter Haub, fixed a bug that caused the Image Calculator to not work as expected with RGB images when using the "Difference" operator and the "32-bit (float) result" option was enabled.
  • Fixed a bug that caused the "Font size" setting in the Edit>Options>Plots dialog to be ignored.
  • Thanks to Stein Rorvik, fixed a bug that caused the run("Calibration Bar...",optons) macro function to ignore calls to setOption("AntialiasedText",boolean).
  • Thanks go Sethur, worked around a Windows 10 and OpenJDK bug that caused the "thumb" on scrollbars to be hard to see.
  • Thanks to Stein Rorvik, fixed a bug that caused the Analyze>Set Scale command to not be correctly recorded.
  • Thanks to Sethur, fixed a bug that caused the Image>Stacks>Tools>Substack Maker command to not carry over the calibration of hyperstacks.
  • Thanks to Sethur, fixed bugs that caused the DICOM reader to not correctly open multi-frame DICOMs, and 16-bit signed DICOMs, with RescaleSlope=1 and RescaleIntercept!=0.
  • Thanks to Stein Rorvik, fixed a macro interpreter bug that prevented array functions like newArray() and split() from being used as arguments to user-defined functions.
  • Thanks to Stein Rorvik, fixed a bug that caused the WIndow menu to not be updated when saving a table.
  • Thanks to Stein Rorvik, fixed a bug that caused the Image>Transform>Translate command to ignore overlays.
  • Thanks to Stein Rorvik, fixed a bug that caused right justified text in overlays to not be translated correctly.
  • Thanks to Stein Rorvik, worked around a Java bug that caused the OpenDialog.setDefaultDirectory(path) method to sometimes not work as expected on Windows when the path used "/" separators.
  • Thanks to Stein Rorvik, fixed a bug that caused macros calling open("") to not be aborted when the user clicked "Cancel" in the file open dialog and "Use JFileChooser to open/save" was enabled in the Edit>Options>Input/Output dialog box.
  • Thanks to Nicolas De Francesco, fixed a bug that caused Process>FFT>Custom Filter to only process the current stack slice even though "Process entire stack" was checked in the dialog box.

New in ImageJ 1.52r (Oct 27, 2019)

  • Plot enhancements, thanks to Michael Schmid:
  • The More>> menus have immediate preview.
  • New More>>Use Template menu (also with immediate preview), useful for creating plots with the same style.
  • Clicking into a rectangular area next to an axis shows the corresponding axis dialog.
  • When adding a curve to a "Live" plot, it remains when the plot is updated.
  • Thanks to Marcel Boeglin, the title of the selection list created by Image>Overlay>List Elements includes the image name. And, when you double click on a line, the image associated with the list is activated, the corresponding selection is activated and stacks are set to the selection position.
  • Thanks to Michael Schmid, Process>Filters>Gaussian Blur now uses a Thread Pool, reducing overhead and making it faster for small images.
  • Thanks to Stein Rorvik, you can now separately view and set the X, Y and Z dimension units in the Image>Properties dialog box.
  • Thanks to Ryan Siu, the double click interval used to complete a polygon selection is reduced from 500ms to 250ms and a confirmation dialog is displayed when completing the selection and there are more than 25 points.
  • Thanks to Stein Rorvik, the slider in the Image>Transform>Rotate dialog now shows the angle using two decimal places and the slider arrows increment/decrement by 0.1 degrees. Use the keyboard arrow keys as a shortcut to finely adjust the angle.
  • Thanks to 'felix.b', labels of multi-point tool markers get larger as the markers get larger and there are two new marker sizes ("XXL" and "XXXL").
  • Thanks to Stein Rorvik, the Image>Adjust>Coordinates command can now be used to set the Z unit.
  • GenericDialogs display an error message if show() is called instead of showDialog().
  • Added the getDir("downloads") macro function and the IJ.getDir("downloads") method.
  • Thanks to Stein Rorvik, added the Roi.getPosition(channel,slice,frame), Roi.setPosition(channel,slice,frame), Stack.setXUnit(), Stack.setYUnit(), Stack.setUnits(x,y,z,time,value), Stack.getOrthoViews(x,y,z), Stack.getOrthoViewsIDs(xy,yz,xz), File.getDirectory(path) and File.getNameWithoutExtension(path) macro functions.
  • Thanks to Leroy Olivier, added the Stack.getPointPosition(index) macro function.
  • Added the IJ.openAsByteBuffer() method (example).
  • Thanks to Michael Schmid, fixed a bug that caused the getInfo("window.title") macro function to not work as expected after opening a large text file using open("/path/to/largeFile.txt").
  • Thanks to Stein Rorvik, fixed a bug that caused min/max values of calibrated 16-bit images to be shown without decimals in the "B&C" dialog.
  • Thanks to Deborah Schmidt, fixed a bug that caused Fiji users to not be able to update via HTTPS through a proxy.
  • Worked around a macOS bug that caused the keyboard arrow keys to not function as shortcuts for the increment/decrement arrows in GenericDialog sliders.
  • Thanks to Marcel Boeglin, fixed a bug that could cause the particle analyzer to throw an exception when creating an overlay and no particles were detected.
  • Thanks to Noreen Walker, fixed a bug that caused the image type to unexpectadly to change to COLOR_256 when using the "glasbey" LUT.
  • Thanks to 'mountain_man', fixed a bug that caused images to not be displayed correctly if a LUT was applied before the image was shown.
  • Thanks to 'mountain_man', fixed a bug that caused 8-bit PNG images with LUTs to open as type COLOR_256.
  • Thanks to Jan Brocher, fixed a bug that caused the Edit>Selection>Create Selection command to ignore the "Black background" setting with non-thresholded binary images.
  • Thanks to 'mountain_man', fixed a bug that caused ImageJ to not be be able to open TIFF files saved without a file path.
  • Thanks to Birgit Moeller, fixed a bug that caused the "Label" column to not be sorted when using the "Sort" command in Results tables.
  • Thanks to lguerard and mountain_man, fixed a bug that caused an ROI's hyperstack position to be lost when adding it to the RoiManager.
  • Thanks to Philippe Carl and Michael Schmid, fixed a bug that caused OvalRoi.getMask() to sometimes return a zero-width mask.
  • Thanks to Francois Gannier and Michael Schmid, fixed a 1.52o regression that caused the "Log" window to unexpectedly become the active window.

New in ImageJ 1.52q (Sep 16, 2019)

  • Thanks to Michael Schmid, added the "Non-blocking filter dialogs" option to Edit>Options>Misc. The Convolve, Mean, Median, Minimum, Maximum, Variance and Image>Math commands use NonBlockingGenericDialogs when this option is enabled.
  • "Save changes?" dialogs on Windows and Linux now use "Don't Save", "Cancel" and "Save" buttons.
  • Thanks to Norbret Vischer, added the Dialog.addMessage(string,fontSize,fontColor) macro function (example).
  • Thanks to Noreen Walker, the Image>Stacks>Statistics command and the StackStatistics class now calculate the median of non-float images.
  • Drag and drop opening of images, tables and LUTs is recorded.
  • Thanks to Michael Schmid, added the Plot.showValuesWithLabels() macro function and the Plot.getResultsTableWithLabels() method. Both create tables that use legend labels and/or axis labels as column headings. The List, Save Data and Copy All Data plot window commands also now use labels.
  • Thanks to Jerome Mutterer, added the getValue("Length") macro function.
  • Thanks to Jerome Mutterer, added the IJ.pad(string,digits) macro function and method.
  • Thanks to Michael Schmid, the ImagePlus lock() and unlock() methods now support multiple lock/unlock operations by the same thread.
  • Added the IJ.getValue(imp,measurement) method, where 'measurement' is "Area", "Mean", "StdDev", etc.
  • Thanks to Stein Rorvik, fixed a bug that caused File>Import>Image Sequence to not correctly handle RGB48 images when "Use virtual stack" was enabled.
  • Thanks to Francois Gannier, fixed a bug that caused the unit to not be set when "Function:" was set to "None" in the Analyze>Calibrate dialog.
  • Thanks to 'Matthew', fixed bugs that cause the Table.deleteRows() macro function and IJ.deleteRows() method to not update particle analyzer overlays.
  • Thanks to Norbert Vischer, fixed bugs that caused tables with missing columns or rows to not be opened correctly.
  • Thanks to Sara Vecchio and Michael Schmid, fixed a bug that caussed the curve fitter to throw an exception if all data points contained NaNs.
  • Thanks to Robert Haase, fixed a bug that caused Process>Find Maxima to throw an exception in Fiji headless mode.
  • Thanks to Stephen Royle, fixed a bug that caused the run("Fill") macro function to ignore setColor(pixelValue) calls.
  • Thanks to 'mendel', fixed a bug that caused enlarged ROIs to be shifted if the polygon defining the original ROI had points outside the filled polygon.
  • Thanks to Michael Schmid, fixed a bug that could cause ImageJ to freezes when running macros that manipulate stacks.
  • Thanks to Norbert Vischer, fixed a bug that caused the numeric field in GenericDialog sliders to be too narrow when the maximum value was greater than 9999.
  • Thanks to Norbert Vischer, fixed a bug that caused the getValue(x,y) macro function to not interpolate when x or y were real numbers.
  • Thanks to Norbert Vischer, fixed a bug that caused the getPixel(x,y) macro function to not return raw pixel values when x or y were real numbers.
  • Thanks to 'mountain_man', fixed a bug that caused line selections to not be correctly converted to ShapeRois.
  • Thanks to Jeremy Adler, fixed a regression that caused the the makeSelection(10, xpoints, ypoints) macro function to throw an exception.
  • Thanks to Dan McDonald, fixed a regression that caused the Raw File Opener to throw an exception.
  • Fixed a 1.52a regression that caused tables created by the gel analyzer to not have row numbers.
  • Thanks to Hyung-song Nam and Curtis Rueden, fixed a 1.52o regression that caused the Channels tool on macOS to become unresponsive.
  • Thanks to Florian Jug, fixed a 1.52o regression that caused the "Auto" button in the "B&C" tool to not have focus on macOS.

New in ImageJ 1.52p (Jun 27, 2019)

  • Thanks to Uwe Schmidt, improved the support for multiple screen setups:
  • Placement of first image window is more predictable.
  • Reliably determine the correct screen for a given location or window, for example to determine if a window can be enlarged.
  • If there is ambiguity about which screen to use, the one that contains the main ImageJ window will be chosen. For example Plugins>Utilities>Capture Screen and Windows>Tile use the screen with the main ImageJ window.
  • Dialogs are shown on the screen containing the main ImageJ window.
  • Maximized image windows no longer revert to the main screen.
  • Improved behavior of "+" (Image>Zoom>In) command.
  • Code simplification, especially by removing special cases for Linux.
  • ImageJ displays a warning dialog before deleting a multi-point selection.
  • Thanks to 'alex', the FITS Reader no longer flips images vertically so inspection of pixels will produce the expected values.
  • Thanks to Jerome Mutterer, added the getValue(measurement) macro function, where 'measurement' is "Mean", "Median", "Feret", etc. (example).
  • Added the getValue(x,y) macro function and the ImageProcessor.getValue(x,y) method.
  • Thanks to "Herbie", restored macro support for the "lightGray", "darkGray" and "pink" named colors.
  • Thanks to Somsubhro Chaudhuri, added the getValue("selection.angle") macro function and the Rotator.getAngle() method.
  • Added the getValue("selection.size") macro function.
  • Added the setOption("CopyHeadings",boolean) macro function.
  • Thanks to Stein Rorvik, added the Roi.setAntiAlias(boolean) macro function, which can be used to control antialiasing when drawing selections (example).
  • Thanks to 'MLdish', added the ParticleAnalyzer.setSummaryTable() method (JavaScript example).
  • Thanks to Wilhelm Burger, added the Menus.add(menuPath,class) method.
  • Thanks to Philippe Carl, added the RoiManager.getErrorMessage() method.
  • Thanks to Laurent Thomas, updated the Javadoc of the MaximumFinder.getMaxima() methods to make it clearer that the npoints variable of the returned Polygon is the number of maxima found, not the length of the xpoints variable.
  • Made the Toolbar.builtInTools array public.
  • Thanks to Mikael Eriksson, fixed a bug that caused the particle analyzer's "Summary" table to not be accessible in macros run from the command line using the -batch option.
  • Thanks to Andrew Clark, fixed a bug that caused Edit>Undo to delete all stack slices except the current one after using the flood fill tool.
  • Thanks to 'Nhthayer', fixed a bug that caused imageJ to incorrectly read TIFF stacks created by the Python tifffile package when the "imagej=True" option was used.
  • Thanks to Marcel Boeglin, fixed a bug that caused the Image>Adjust>Size command to throw on exception with XYCT hyperstacks.
  • Thanks to Francisco Romanos, fixed a bug that caused the run("Scale...",options) macro function to ignore the 'interpolate' options keyword.
  • Thanks to Glen MacDonald and Curtis Rueden, fixed a bug that sometimes caused macros in the "More Tools" (>>) menu to be sorted randomly.
  • Thanks to Philippe Carl, fixed a bug that caused ImagePlus.getStatistic() and ImageProcessor.getStatistic() to not treat one point selections the same way.
  • Thanks to Andrew Sonnier, fixed a bug that caused the particle analyzer to not be recorded if the "In situ" option was used.
  • Thanks to Mikael Eriksson, fixed a bug that caused the run("Colors...",options) macro function to throw an exception when called from a -batch command line macro.
  • Thanks to Stein Rorvik, fixed a bug that caused the Overlay.drawLine() macro function to not work correctly when used in conjuction with Overlay.setColor() and/or Overlay.setPosition().
  • Thanks to 'Niederle', worked around a bug that caused the run("Gamma...", "value=x.xx") macro function to fail in Fiji headless mode.
  • Thanks to 'fieryice12', fixed a bug that caused the Plot.showValues macro function to fail in batch mode.
  • Thanks to NorbertVischer, fixed a bug that caused the Image>Duplicate command to throw on exception if the ROI was outside the image.

New in ImageJ 1.52o (Apr 25, 2019)

  • Added the Help>Examples>Macro>Curve Fitting and Help>Examples>JavaScript>Curve Fitting examples.
  • Thanks to Tiago Ferreira, stack and hyperstack scrollbars now apply the Edit>Options>Appearance "GUI scale".
  • Thanks to 'mountain_man', tables can be sorted alphabetically.
  • Thanks to Neil Switz, the Process>FFT>Inverse FFT command displays a warning message if the "FFT of ..." image has been modified but no pixels have been set to 0 or 255.
  • Thanks to Stein Rorvik, copies of IJ_Props.txt and/or IJ_Prefs.txt in the ImageJ folder override the corresponding files in the default locations.
  • Thanks to Stein Rorvik, the Table.update macro function is called automatically when a macro finsihes and the Table.setSelection(), Table.getSelectionStart and Table.getSelectionEnd functions no longer require that a title be specified.
  • Thanks to Philippe Carl, the isKeyDown() and setKeyDown() macro functions now support the control key (example).
  • Thanks to Stein Rorvik, the setColor() and setLineWidth() macro functions no longer abort the macro if no image is open.
  • Thanks to Sian Culley, removed "Bridge" and "Lena" from the File>Open Samples menu. Macros and scripts that use these images will continue to work.
  • Thanks to Stein Rorvik, the run("Apply LUT") macro function no longer shows an error message with images that have a display range of 0-255.
  • Thanks to NorbertVischer, Philippe Carl and Stein Rorvik, added the Array.deleteValue() and Array.deleteIndex() macro functions (example).
  • Thanks to Stein Rorvik, added the Table.setLocationAndSize() macro function.
  • Added the ImagePlus.crop(options) method, where 'options' can be can be "stack", "slice" or a range (e.g., "20-30").
  • Thanks to Stein Rorvik, fixed a bug the caused macros using a function key shortcut to not work if the shift key was down.
  • Thanks to Salim Kanoun, fixed a bug in the DICOM reader that caused it to sometimes not correctly open PT DICOM stacks.
  • Thanks to Stein Rorvik, fixed a rounding error with setMinAndMax() on some density calibrated 8-bit images.
  • Fixed non-macro recording of the Image>Duplicate command.
  • Thanks to Norbert Vischer, fixed a bug that caused the doWand(x,y,tolerance,"Smooth") macro function to cause the macro language's &var variable passing method to fail.
  • Thanks to Jan Eglinger, fixed a bug that caused log histogram plots to be malformed if the line width was set to greater than 1.
  • Thanks to Stein Rorvik, fixed a bug that caused the Table.title and getInfo("window.title") macro functions to sometimes not work with custom tables.
  • Thanks to Stein Rorvik, fixed bugs related to saving and opening empty tables.
  • Thanks to Norbert Vischer, fixed a bug that caused the Mac menu bar to disappear when activating the Channels, ColorPicker, ContrastAdjuster and ThresholdAdjuster dialogs.
  • Thanks to Norbert Vischer, fixed a bug that caused the "Save changes?" dialog to not be the front-most window when quitting ImageJ.
  • Thanks to Tihamer, fixed a bug that caused the CurveFitter.getResultString() method to fail if there was a fitting error.
  • Thanks to Ellen Arena, fixed 1.52m regression that caused the Edit>Selection>Create Selection command to not work as expected with non-thresholded images.
  • Thanks to Laurent Thomas, fixed a 1.52n regression that caused the MaximumFinder.getMaxima() method to always return 0 points.
  • Thanks to Gabriel Landini, fixed a regression that could cause the ImagePlus.setSlice() method to throw an exception.

New in ImageJ 1.52n (Apr 3, 2019)

  • Thanks to Ellen T Arena, fixed a 1.52m regression that caused the Edit>Selection>Create Mask command to not preserve spatial calibration

New in ImageJ 1.52n (Mar 26, 2019)

  • Thanks to Ellen T Arena, fixed a 1.52m regression that caused the Edit>Selection>Create Mask command to not preserve spatial calibration.

New in ImageJ 1.52m (Mar 26, 2019)

  • ROI improvements thanks to Michael Schmid, including more accurate Roi.contains, better ShapeRoi filling, improved ShapeRoi.clone(), improved Roi Manager Split, better ShapeRoi length calculation, more accurate perimeter for ovals and rounded rectangles, more accurate MinFeret, removed point selection 32k slice limit, ability to press ESC to abort creation of polygonROI, and addition of Roi.getFeretPoints() macro function (example).
  • Thanks to Tiago Ferreira, the "GUI scale (0.5-3.0)" setting in the Edit>Options>Appearance dialog is now applied to almost all remaining dialogs and widgets, including the Histogram and Plot Windows and the Threshold widget.
  • Thanks to Norbert Vischer, added the File>Show Folder submenu.
  • Thanks to Norbert Vischer and Michael Schmid, changed "Noise Tolerance" to "Prominence" and added a "Strict" option to the Process>Find Maxima dialog.
  • Thanks to Hidenao Yamada, the File>Import>Raw command now uses long instead of int for the gap between images.
  • Thanks to Stein Rorvik, Image>Stacks>Tools>Set Label and Image>Stacks>Tools>Remove Slice Labels work with single images.
  • On macOS, the Help>Update ImageJ command displays a message explaining how to work around Path Randomization if the ImageJ home directory is read-only and the file path starts with "/private/var/folders/".
  • Thanks to Christophe Leterrier, the File>Import>Image Sequence command now always sorts the files names on macOS.
  • The File>Save As>Image Sequence command saves single line slice labels when saving in TIFF format.
  • Thanks to Norbert Vischer, the File>Revert command now works with virtual stacks.
  • Thanks to Alicia Daeden, the makeLine() and makePolygon() macro functions no longer have a 200 point limit.
  • Thanks to Steve Fallows, File>Import>Raw only gets .raw file parameters from the filename when it uses 'x' delimiters.
  • Thanks to Gilles Carpentier, added the is("line") and is("area") macro functions.
  • Thanks to Albert Cardona, added the ImagePlus.updateVirtualSlice() method.
  • Thanks to Michael Kaul, added the Plot.update() method.
  • Thanks to 'cyrilturies' and Jan Eglinger, fixed a bug that caused Results table labels to not be displayed for line measurements if no measurement options were enabled in Analyze>Set Measurements.
  • Thanks to Stein Rorvik, fixed rounding errors in the Image>Scale command.
  • Thanks to Norbert Vischer, fixed a bug that caused the toolbar to be corrupted when opening an overlay containing multi-point selections.
  • Thanks to Norbert Vischer, fixed bugs that caused numerous "//setTool()" statements to be recorded when opening ROI sets or overlays that contain multi-point selections.
  • Fixed a bug that caused multi-point selections to lose their 'pointBeforeDeleting' property when saved and re-opened.
  • Thanks to Michael Schmid, fixed a bug that caused Process>Filters>Gaussian Blur to not be multithread-safe.
  • Thanks to Robert Lockwood, fixed a bug that caused the File>Save command to not be correctly recorded.
  • Thanks to Albert Cardona, fixed bugs that caused Edit>Selection>Restore Selection, and setting an ROI from the ROI Manager, to not emit an Roi MODIFIED event.
  • Thanks to Dr-Frog and Jan Eglinger, fixed a bug that caused the ImageProcessor.fillOutside(Roi) method to modify the Roi passed as the argument.
  • Thanks to Teresa Haider, fixed a bug that sometimes caused Image>Transform>Bin to not correctly display the output image.
  • Thanks to Stein Rorvik, fixed a 1.52d regression that caused File>Import>Image Sequence to use the image label (if present) as the slice label instead of the filename.
  • Thanks to Gilles Carpentier, fixed a 1.52k regression that caused the particle analyzer to unexpectedly create composite ROIs.
  • Thanks to Jan Eglinger, fixed a 1.52i regression that caused macro string expressions like "s"+a[i]*n to generate an error.

New in ImageJ 1.52k (Jan 31, 2019)

  • Thanks to Albert Cardona and Gabriel Landini, added the "GUI scale (0.5-3.0)" option to the Edit>Options>Appearance dialog, which enables scaling of text in GenericDialogs and in the Command Finder. It also doubles the size of the tool icons if the scale is 1.5 or larger and triples the size if the scale is 2.5 or larger.
  • Thanks to Norbert Vischer, added clickable spaces between the four arrow pairs in plot windows for quickly setting a single plot limit.
  • Thanks to Stein Rorvik, ImageJ now displays a progress bar when duplicating large (>200 megapixel) stacks.
  • Michael Schmid contributed an improved version of the ThresholdToSelection class (Edit>Selection>Create Selection) that always converts single pixel wide lines to traced selections and is up to five times faster.
  • Thanks to Tatsuaki Kobayashi, ImageJ can now open 32-bit float DICOM images.
  • Michael Schmid contributed the FloatArray class, an extendable float array.
  • Thanks to Norbert Vischer, added the Table.setSelection(start,end,title), Table.getSelectionStart(title) and Table.getSelectionEnd(title) macro functions (example).
  • Added the setOption("ScaleConversions",boolean) macro function.
  • Thanks to Robert Haase, fixed a bug that caused the Edit>Selection>Create Selection command to ignore the "Black background" setting when processing non-thresholded binary images.
  • Thanks to Johannes Wibisana, fixed a bug in the Particle Analyzer that caused ROIs added to overlays and the ROI Manager to not exclude interior holes.
  • Thanks to Herbie, fixed a bug that caused the Process>Binary>Make Binary command to incorrectly set the threshold of 8-bit binary images.
  • Thanks to Nicolas De Francesco, fixed a bug that caused the LUT to not be saved in the TIFF header when saving a single-channel image with a custom grayscale LUT.
  • Thanks to Mark Mandelkern, fixed a bug that caused multi-image DICOM files with RescaleSlope!=1.0 to open incorrectly.
  • Thanks to Stein Rorvik, fixed a bug that caused the contrast range to change when converting an 8-bit or 16-bit image to 32-bit.
  • Thanks to Stein Rorvik, fixed a bug that caused the Table.getColumn("Label") macro function to throw an exception.
  • Thanks to Philippe Carl, fixed a bug that caused ImageJ to freeze when opening the Interactive Interpreter on Windows using the ctrl+j keyboard shortcut.
  • Thanks to Jerome Mutterer, fixed a bug that caused ImageJ to fail to open one column tables.
  • Thanks to 'Bio7', worked around a bug that caused toolbar popup menus to not work with OpenJDK 11 and 12 on Windows.
  • Thanks to Ved Sharma, fixed a bug that caused the Histogram command to not behave as expected when "Limit to Threshold" was enabled in Analyze>Set Measurements and there was an invisble threshold.
  • Thanks to Norbert Vischer, fixed bugs in the toScaled(length) and toUnscaled(length) macro functions.
  • Thanks to J Xiong, fixed a 1.52j regression that caused the Image>Overlay>From ROI Manager command to throw an exception.
  • Thanks to Philippe Carl, fixed 1.52j9 regression that made it impossible to enter closing brackets into editor windows using French keyboards.
  • Thanks to Stein Rorvik, fixed 1.52j regression that sometimes caused macro errors to be ignored (examples).
  • Thanks to 'yorgodillo', 'mountain_man' and Jan Eglinger, fixed a 1.52e regression that caused float to 8-bit conversions to be done incorrectly.

New in ImageJ 1.52j (Jan 3, 2019)

  • Added the Plugins>Macros>Interactive Interpreter command (shortcut: "j"), which enables interactive editing and running of macro and JavaScript code in an editor window (example). Type "js" in to switch the language to JavaScript.
  • Thanks to Ved Sharma, point selections with more than 65,535 points can now be saved and reopened (example).
  • Thanks to Philippe Carl, the status bar is updated when adjusting elliptical and rotated rectangle selections.
  • Thanks to Ilan Tal, added the "Ignore Rescale Slope and open as 16-bit" checkbox to the Edit>Options>DICOM dialog box.
  • Thanks to Michael Schmid, Image>Edit>Resize can now convert a single image to a stack.
  • Thanks to MichaelSchmid, improved the calculation of Feret parameters for composite selections. FeretAngle is now reported (within 0.5 deg), works with pixel aspect ratios different from one and is more accuate due to use of 0.5 deg increments.
  • Thanks to MichaelSchmid, the output of ROI Manager 'AND', 'OR' and 'XOR' operations are, if possible, converted from composite ROIs into simpler polygon ROIs.
  • Thanks to Jerome Mutterer, errors in macro run() statements are now reported using a "Macro Error" dialog that displays the line number.
  • Added the ImagePlus.plotHistogram() method. For examples, run Help>Examples>JavaScript>Histogram Plots.
  • Added the JavaScript-friendly ImageStatistics.histogram() method (example).
  • Added the Overlay.setLabelFontSize(size,options), Overlay.setLabelColor(), Overlay.setStrokeColor() and Overlay.setStrokeWidth() macro functions, and corresponding Overlay class methods (example).
  • Thanks to Jerome Mutterer, added the setIgnoreErrors() and getErrorMessage() methods to the Interpreter class (example).
  • Thanks to Michael Schmid, fixed a bug that caused Image>Edit>Resize to not preserve stack lookup tables.
  • Thanks to Stein Rorvik, fixed Orthogonal Views bugs that caused freezing, dragging in XZ and YZ views to not work, missing density calibration and incorrect behavior when "Rotate YZ" and "Flip XZ" where enabled in Edit>Options>DICOM.
  • Thanks to Stein Rorvik, fixed a bug that caused particle analyzer overlays to not be specific to the current slice when processing one slice.
  • Fixed a bug that caused the color of overlay labels to be set to black after the image was saved and reopened.
  • Fixed a bug that caused the Image>Overlay>To ROI Manager command to not preserve overlay properties such a label color and scalability.
  • Thanks to Wilhelm Burger, fixed a bug that caused the Roi.setLocation(x,y) method to not work correctly with ShapeRois if x or y were not integers.
  • Thanks to Philippe Carl, fixed a bug that caused the status bar to not be updated, or to not be updated correctly, when moving or changing the length of straight line and arrow selections using the arrow keys.

New in ImageJ 1.52h (Oct 17, 2018)

  • Plot enhancements, thanks to Michael Schmid:
  • "Save" in plot windows has moved into a new Data>> menu, which includes two additional items: (1) Add from Plot (takes a PlotObject, e.g. data set, text, etc., from a different plot) and (2) Add from Table (adds data from a "Results" table).
  • Values in tables can be be plotted directly using the contextual menu or the Results>Plot command in "Results" tables.
  • Added the Separated Bar type, a bar graph with some space between the columns. For an example, run Help>Examples>JavaScript>Plot Styles.
  • Histogram-like "Bar" plots also work with non-equidistant points along x.
  • Connected Circles fill the circles with the secondary color (= line color), if that color is given and not null.
  • Improved the code for filling bars and "filled" curves.
  • For "Bar" and "Separated Bar", the base line of the plot is y = 0 if the values differ by more than a factor of 2.
  • Added the Help>Examples>Plots>Plot Styles and ...JavaScript>Plot Styles examples.
  • The Edit>Selection>Create Mask command works with overlays created by the Brush and Pencil tools.
  • Added a "Help" button to the Brush and Pencil tool dialog boxes.
  • Thanks to Gabriel Landini and Jerome Mutterer, the text tool now creates an "Enter text..." selection when you click (without dragging) on an image and there is no existing selection.
  • Thanks to Gabriel Landini, the "Show on all slices" option (was "Show all") now appears in both the point and multi-point tool dialogs.
  • Thanks to Stein Rorvik, the Analyze>Tools>Synchronize Windows tool now supports use of the "+" and "-" keys for synchronized zooming when the "Image scaling" option is enabled.
  • Thanks to Lorenzo Cangiano, added a "Points" column to the Image>Overlay>List Elements table.
  • Added the Plot.setStyle() macro function. For an example, run Help>Examples>Plots>Plot Styles.
  • Added the IJ.exit() method, which aborts JavaScripts.
  • Thanks to Bio7, fixed a bug that caused images to turn black when assigned an ImageRoi created by the Brush or Pencil tools.
  • Thanks to Stein Rorvik, fixed bugs that caused File>Open Next to sometimes fail when opening images of dissimilar types.
  • Thanks to Michael Schmid, fixed several bugs in the Image>Adjust>Threshold tool, mostly related to 32-bit images.
  • Thanks to Michael Cammer and Michael Schmid, fixed a bug that caused the "Propagate to the other n channels of this image" option of the "Set" command in the "B&C" tool to not work as expected.
  • Thanks to Stein Rorvik and Michael Schmid, fixed a bug that caused an image pasted into a zoomed image to be incorrectly positioned if the pasted image was equal or larger in size than the target image.
  • Thanks to Stein Rorvik, fixed bugs that caused scale bars to be incorrectly positioned on large images and macros to alter default scale bar dialog settings.
  • Fixed a bug that caused keyboard shortcuts for zooming in and out, as well as other shortcuts, to not work when a text selection was active.
  • Thanks to Stein Rorvik, fixed a bug that caused right-justified text added to an overlay by the Overlay.drawString() macro function to not be displayed correctly.
  • Thanks to "hwada", fixed bugs that caused the ImagePlus.setImage(ImagePlus) method to sometimes not work as expected.
  • Thanks to Nathalie Houssin, fixed a bug that caused the Make Substack command to throw an exception when used with hyperstacks opened by the OlympusViewer plugin.
  • Fixed bugs in the ImagePlus.setStack() method.
  • Thanks to Michael Schmid, fixed a bug that caused the "Show All" button in the ROI Manager to not work as expected with point selections.
  • Thanks to Lorenzo Cangiano, fixed a bug that caused programmatically generated overlays of PointRois on stacks to be not shown when saved and reopened.
  • Thanks to Robert Haase, fixed a bug that could cause the PolygonRoi.getTracedPerimeter() method to throw a NullPointerException.
  • Thanks to Hyung-song Nam and Curtis Rueden, fixed a bug that caused keyboard shortcuts to not work with the "Channels" tool.
  • Thanks to Gilles Carpentier, fixed a 1.52f regression that caused the Edit>Selection>Create Mask command to not work as expected if the image had both an roi and an overlay.
  • Thanks to Norbert Vischer, fixed a 1.52g regression that caused multi-channel images to lose color table and display range information after being cropped and saved.
  • Thanks to Stephen Royle, fixed a 1.52h regression that caused the Image>Transform>Rotate 90 Degrees Right (or Left) command to not work as expected with composite images.

New in ImageJ 1.52g (Sep 17, 2018)

  • A text selection in an overlay can be deleted by alt-clicking on it and pressing backspace+delete (on Windows) or command+delete (on Macs).
  • Fixed a bug that caused polygon and polyline selections to lose properties like color, line width and name when a point is added by shift-clicking on an existing point.
  • Thanks to Dave Mason, fixed a bug that caused the File>Import>URL command to not correctly open Hyperstacks.
  • Thanks to Volko Straub, fixed a 1.52f regression that caused getDirectory("") on Windows to return a string ending in "/" instead of the expected "".

New in ImageJ 1.52f (Sep 10, 2018)

  • Thanks to Norbert Vischer, added the Plot.addHistogram() macro function, which plots a histogram from an array (example).
  • Thanks to Norbert Vischer, any currently running macro is aborted when running an installed macro from the Plugins>Macros menu or the editor's Macros menu.
  • Thanks to Michael Schmid, added the "Error Function" [y=a+b*erf((x-c)/d)] curve fit option and the ij.util.IJ.Math.erf(x) method (example).
  • The Edit>Selection>Create Mask command works with line selections and overlays.
  • The "Black background" setting defaults to 'true'.
  • Thanks to Anna Povolna, the "Open all files in folder" and "Use virtual stack" options in the File>Import>raw dialog can be used at the same time.
  • Thanks to 'Sethur', ImageJ no longer sorts imported DICOM stacks by series number (tag 0020,0011) if "Sort images numerically" is not checked in the File>Import>ImageSequence dialog. Also added a recordable 'noMetaSort' option to the options string of the FolderOpener.open(dir,options) method.
  • Thanks to 'Alan', added the createThresholdMask() and createRoiMask() methods to the ImagePlus class. These methods are recorded when using the Edit>Selection>Create Mask command (JavaScript example).
  • Added the recordable Raw.open(), Raw.openAll() and Raw.openAllVirtual() methods (JavaScript example).
  • Thanks to Stein Rorvik, added the DicomTools.getTagName(tag) method.
  • Thanks to Christian Tischer, fixed bugs in the RoiManager.add(ImagePlus,Roi,int) method than caused it to not behave as expected if the ROI name was not null.
  • Thanks to Norbert Vischer, fixed bugs that caused the Edit>Cut and Analyze>Set Scale commands to not set the 'changes' flag.
  • Thanks to Stein Rorvik, fixed a bug that caused the Overlay.drawString macro function to ignore the justification set by the setJustification() function.
  • Thanks to Stein Rorvik, fixed a bug that caused output of the Overlay.drawString() function to be lost when text is added using Overlay.addSelection().
  • Thanks to Lorenzo Cangiono, fixed a bug that caused selections pasted into images to not be saved.
  • Thanks to Mahmoudi Sidi Ahmed, fixed a bug that caused the Analyze>Calibrate command to not work with signed 16-bit images.
  • Thanks to Menelaos Symeonides, fixed an ROI Manager bug that caused the stack position to be ignored when measuring renamed ROIs.
  • Thanks to Ron DeSpain, fixed a bug that caused attempts to add to (by holding shift key down) and subract from (by holding alt key down) elliptical selections to fail.
  • Thanks to Ron DeSpain, fixed a bug that caused the Window>Tile command to overlap the "ImageJ" window with image titles.
  • Thanks to Pete Bankhead, fixed a bug the caused the Process>Batch>Convert command to not work correctly on Macs.
  • Thanks to 'Hamish', fixed a bug that caused the roiManager("delete") macro function to throw an exception when used in a loop.
  • Thanks to Stein Rorvik, fixed a bug that caused one column results tables to not be displayed correctly.
  • Thanks to Stein Rorvik, fixed a bug that caused File>Import>Raw to silently fail when importing a stack and the file size was smaller than the size of a single image.
  • Thanks to Stein Rorvik, fixed a bug that caused the Overlay.drawString() macro function to not correctly display right-justified text.
  • Thanks to Stein Rorvik, fixed bugs that caused the run("Raw...",options) and run("Image Sequence...",options) macro functions to fail silently if the file or folder did not exist.
  • Thanks to Stein Rorvik, fixed a bug that caused the stack title to be incorrect after importing an image sequence on Windows using a file path with forward slashes.
  • Thanks to Stein Rorvik, fixed a bug that caused File>Open Next to not correctly open a non-composite image after having opened a composite image.
  • Thanks to Ved Sharma, fixed an ROI Manager bug that caused a "Rename ROI" dialog do be unexpectadly displayed when running macro using setKeyDown("alt") and makeOval() to create a composite selection.
  • Thanks to Ved Sharma, fixed an ROI Manager bug that caused an exception when saving an ROI set containing a point selection followed by a composite selection.
  • Thanks to Salim Kanoun, fixed a bug that caused RoiManager.addRoi(roi) calls to be ignored if the ROI was a duplicate.
  • Thanks to 'TMC', fixed a bug that caused the ROI Manager's "Interpolate ROIs" command to throw an exception.
  • Thanks to 'Agnieszka', fixed a bug that caused the ImagePlus.getFileInfo() method to throw a NullPointerException.
  • Thanks to Stein Rorvik, fixed a bug that caused the Macros>Evaluate commands in the text editor to not update the Window menu.
  • Thanks to Norbert Vischer, fixed a bug that caused the macro editor to not always abort any existing macro before running another one.
  • Thanks to Manel Bosch, fixed a 1.52e regression that caused image conversions to RGB to not preserve the color coding.

New in ImageJ 1.52e (Jul 12, 2018)

  • The "Threshold" tool no longer resets the display range of 16-bit and 32-bit images.
  • Restored the "Set" button (removed in 1.51r) to the "Threshold" dialog,
  • Thanks to Kai Schleicher, the options string of the FolderOpener.open(dir,options) method can now include a file name filter (example).
  • Added a no-argument constructor to the PointRoi class (example at Help>Examples>JavaScript>Points).
  • Added the Roi.size() method, equivalent to Roi.getPolygon().npoints.
  • Added the FFT.forward(), FFT.multiply(), FFT.inverse() and FFT.filter() methods (JavaScript example).
  • The open("/path/to/file.avi") macro function and the IJ.openImage("/path/to/file.avi") method now open AVI files by default as virtual stacks.
  • Thanks to Volko Straub and Michael Schmid, fixed bugs that caused the ImageProcessor.isInvertedLut() and ImageProcessor.isColorLut() methods to sometimes incorrectly return 'true' with thresholded images.
  • Thanks to Volko Straub, fixed a bug that could cause non-thresholded pixels in 16-bit and 32-bit images to be highlighted in red (example).
  • Thanks to Thomas Boudier and Jan Eglinger, fixed a bug that caused macro file name parameters containing a "]" character to not be read correctly.
  • Thanks to Michael Nonet, fixed a bug caused the median to always be set to zero when measuring line selections.
  • Thanks to Norbert Vischer, fixed a bug that caused errors after running the run("RGB Stack") or run("HSB Stack") macro functions on large images when running Java 8 on macOS.
  • Thanks to Chris Wood and Curtis Rueden, fixed a bug that caused the Image>Stacks>Delete Slice command to deadlock when deleting the last channel of a hyperstack.
  • Thanks to Stein Rorvik, fixed a bug that caused the Process>Math>NaN Background command to throw an exception when attempting to process a non-32-bit stack.
  • Thanks to Stein Rorvik, fixed a bug on Windows that caused text to be pasted into text editor windows at the wrong position.
  • Thanks to Stein Rorvik, fixed a bug that caused print("nn") to do nothing instead of outputting two blank lines as expected.
  • Thanks to 'mryellow', fixed a bug that caused polygonal ROIs with more than 65,535 points to not be saved correctly.
  • Thanks to Stein Rorvik, fixed a bug that caused right justified TextRois. to not be displayed correctly if the fill color was not set.
  • Thanks to Lorenzo Cangiano and Jan Eglinger, fixed a 1.52c regression that caused a "Save changes?" dialog to be unexpectedly displayed when closing an image with a multi-point selection.
  • Thanks to Stein Rorvik, fixed a 1.52d regression that caused density calibration to be lost when duplicating 8-bit and 16-bit images.

New in ImageJ 1.52d (Jun 14, 2018)

  • The Image>Show Info command no longer truncates one line slice labels to 60 charactera.
  • Thanks to Norbert Vischer, the changeValues() macro function can now be used to replace NaNs. (example).
  • Thanks to Mark Histed, when the shift key is down, the display range is no longer changed when stepping forward/back in a stack.
  • Thanks to Hugo, the Process>FFT command displays an error message if the padded image is going to be 65536x65536 or larger.
  • Thanks to Roger Leigh, the IJ.javaVersion() method works with Java 11.
  • Added the IJ.Roi(x,y,w,h) and IJ.OvalRoi(x,y,w,h) methods.
  • Thanks to Gregor and Michael Schmid, added the ImageProcessor.createMask() method (example).
  • Thanks to David Kysela, added the PointRoi.promptBeforeDeleting(boolean) method (example).
  • Thanks to Laurent Thomas, added the ImagesToStack.run(images) method (example).
  • Added the Tools.getStatistics(double[]) method.
  • Thanks to Ximo Soriano and Michael Schmid, fixed a bug that could cause the newImage("Name","RGB noise",width,height,1) macro function to throw an exception.
  • Thanks to Ruben Gres, fixed a bug that caused the Overlay.duplicate() method to not keep the 'isCalibrationBar' and 'selectable' settings.
  • Thanks to David Schreiner, fixed bugs that caused the File>Import>Image Sequence command to not correctly handle image metadata longer then 60 characters.
  • Thanks to 'yahbai', fixed bugs that caused the saveAs("jpg",path), saveAs("gif",path) and Overlay.measure macro functions to not work in headless mode.
  • Thanks to 'yahbai', fixed a bug that caused the ImagePlus.deleteRoi() method to throw an exception in headless mode.
  • Thanks to Michael Kaul, fixed a 1.52a regression that caused an EOFException when opening Analyze format RGB images.
  • Thanks to Bill Christens-Barry, fixed a 1.52b regression that caused the label set with the setMetadata("Label", label) macro function to not be displayed in the image subtitle of single images.
  • Thanks to Michael Cammer, fixed a 1.52c regression that caused the Image>Crop command to not work as expected with 16-bit images.
  • Thanks to Peter Meijer, fixed a 1.52c regression that could cause ClassCastExceptions when converting RGB images to stacks.

New in ImageJ 1.52c (May 21, 2018)

  • Activating an ROI in an overlay created by Measure (with “Add to overlay" enabled), or by the particle analyzer, selects the corresponding row in the "Results" table.
  • ImageJ displays a "Delete Points?" dialog before deleting a multi-point selection with counters.
  • Thanks to "zzyzyman", fixed a bug that caused ImageJ to fail to open odd-width RGB AVI files.
  • Thanks to Merijn van Erp, fixed a bug that caused the CurveFitter.getSortedFitList() method to throw an exception.
  • Thanks to Kees Straatman and Bill Christens-Barry, fixed a bug in the macro interpreter that caused it to not detect a missing '[' after an array variable.
  • Thanks to Mike, fixed a 1.52b regression that caused the AVI Reader to fail with a "Required item ‘00ix’ not found" error.
  • Thanks to Curtis Rueden, fixed a 1.51t regression that caused errors in headless mode macros to throw a HeadlessException.
  • Thanks to 'cortig' and Curtis Rueden, fixed a 1.52b regression that caused the "Apply" option of the Image>Adjust>Threshold command to not behave as expected with 16 and 32 bit images.

New in ImageJ 1.52b (May 7, 2018)

  • Changed "Random" to "Noise" in the "Fill with:" choice of the File>New>Image dialog box.
  • Thanks to Christian Evenhuis, fixed a bug with the Edit>Selection>Line to Area command that caused the resulting area selection to translated if the source was a polyline or freeline selection less than 5 pixels wide.
  • Added the IJ.javaVersion() method.
  • Thanks to Fred Damen, fixed bugs that caused the Image>Stacks>Tools>Concatenate command to sometimes not work as expected.
  • Thanks to Aryeh Weiss and Michael Schmid, worked around a Linux problem with large images not showing at low magnification.
  • Thanks to Fred Damen, fixed bugs that sometimes caused slices labels of single slice stacks to be lost.
  • Thanks to BrainPatcher and Stefan Helfrich, fixed a bug that caused the ROI Manager's "Multi Measure" command to not work correctly with point selections.
  • Thanks to "zzyzyman", fixed a bug that caused ImageJ to fail to open AVI files that used the 'indx'/'ix00' indexing schema.
  • Thanks to Moses, fixed a 1.52a regression that caused row labels to be omitted from tables created by the ROI Manager's "Multi Measure" command.
  • Thanks to Jerome Mutterer, fixed a 1.52a regression that caused imported Results tables to be displayed without row numbers.

New in ImageJ 1.52a (Apr 24, 2018)

  • Thanks to Michael Schmid, added Apply Macro commands to the Edit and contextual (right click pop-up) menus of table windows. Also added the ResultsTable.applyMacro() method (JavaScript example).
  • Thanks to Ron DeSpain, tables created by the Image>Overlay>List Elements command can be renamed "Results" and the values accessed using the getResults() and getStringResult() macro functions.
  • Removed the obsolete Plugins>New>Table command. Macros that use this command will continue to work.
  • Thanks to Michael Kaul, added an optional 5th argument ('stepSize') to the Dialog.addSlider() macro function (example).
  • Thanks to Gabriel Landini, on Linux, added the “Cancel button on right” option to the Edit>Options>Appearance dialog box.
  • The "showRowNumbers" property of the ResultsTable class now defaults to 'false'.
  • Thanks to Adrian Daerr, when importing ".raw" files with dimensions encoded in the name (e.g. "myfile-640x480.raw"), the byte order is set to big-endian if the name ends in "be.raw" and to little-endian if the name ends in "le.raw".
  • Thanks to Arttu Miettinen, imported ".raw" files with dimensions encoded in the name can have a width and/or height less than 10.
  • Thanks to Stein Rorvik, added toScaled(x,y,z) and toUnscaled(x,y,z) macro functions.
  • Added 20 macro functions that work with tables. They operate on the current (frontmost) table or an optional title argument can be provided (e.g., Table.size("My Table")).
  • Examples: Sine/Cosine Tables, Rearrange Table and Access Tables.
  • Table.create() - opens a new table
  • Table.reset() - resets (clears) the table
  • Table.size() - number of rows in the table
  • Table.title() - title of the current table
  • Table.headings() - column headings as a tab-delimited string
  • Table.get(columnName, rowIndex) - returns a numeric value
  • Table.getColumn(columnName) - returns a column as an array
  • Table.getString(columnName, rowIndex) - returns a string value
  • Table.set(columnName, rowIndex, value) - sets numeric or string value
  • Table.setColumn(columnName, array) - sets an array as a column
  • Table.update() - updates table window
  • Table.applyMacro(macro) - applies macro code to table
  • Table.rename(title1, title2) - renames a table
  • Table.save(filePath) - saves the table
  • Table.open(filePath) - opens a table
  • Table.deleteRows(index1, index2) - deletes specified rows
  • Table.renameColumn(oldName, newName) - renames a column
  • Table.deleteColumn(columnName) - deletes specified column
  • Table.showRowNumbers(boolean) - enable/disable row numbers
  • Table.showArrays(titleAndOptions, array1, array2, ...) - displays arrays in a table (like Array.show)
  • Thanks to Trevor Joyce and A Schain, added the macro-callable RoiManager.getIndexesAsString() method.
  • Thanks to Michael Schmid, added the Tools.copyFile(path1,path2) method.
  • Thanks to Salim Kanoun, added the RoiManager.setRoi(roi,index) and Overlay.set(roi,index) methods.
  • Thanks to Fred Damen, fixed a bug that caused the SubHyperstackMaker.makeSubhyperstack() method to not work when extracting a single frame.
  • Thanks to Fred Damen and Michael Schmid, fixed a curve fitter bug that could cause a NullPointerException.
  • Thanks to Norbert Vischer, fixed a bug that caused the File.copy() macro function to not preserve the modification date.
  • Thanks to Philippe Carl, fixed a bug that caused the Image>Hyperstacks>Reduce Dimensionality command to not preserve the "Info" image property.
  • Thanks to Jan Eglinger, fixed bugs that caused the roiManager("open",path) macro function to ignore the roi name and roiManager("save",path) not to be recorded when 'path' ended in ".roi".
  • Thanks to Norbert Vischer, fixed a bug that caused the Image Calculator to not correctly calculate the result when the operation is MULTIPLY or DIVIDE, the 1st image is 8 or 16 bit, the 2nd image is 32 bit and "32-bit result" is unchecked.
  • Thanks to Mark Rivers, fixed a bug that caused ImageJ to not correctly open some uncompressed planar RGB TIFFs.
  • Fixed a 1.51s regression that caused statistical calculations on small 16-bit images or selections to be much slower.
  • Thanks to Michael Schmid, fixed a 1.51o regression that caused the particle analyzer to hang when processong 32-bit images.

New in ImageJ 1.51w (Mar 13, 2018)

  • Thanks to Stein Rorvik, added the setOption("InvertY",boolean) and is("InvertY”) macro functions.
  • Thanks to Pradeep Rajasekhar and Jan Eglinger, fixed a 1.51v regression that caused the ‘OK’ and ‘Cancel’ buttons in the Bioformats importer dialog box to be missing.

New in ImageJ 1.51v (Mar 10, 2018)

  • Thanks to Norbert Vischer, extended the Plot class to make it relatively simple to draw the x and y values on plots. For examples, refer to Custom Plot Symbols and Bar Charts in the Help>Examples>Plots menu.
  • Thanks to Michael Schmid, added the Dialog.addToSameRow() macro function, which makes the next item added to a GenericDialog appear on the same row as the previous item (example).
  • Thanks to Salim Kanoun, added the Overlay.selectable(boolean) method which can be used to make an overlay non-selectable (example).
  • Thanks to Salim Kanoun, added the Overlay.setLabelFont(font,true) method, which causes labels in overlays to scale as the image is zoomed.
  • Thanks to Michael Schmid, the GenericDialog class automatically generates unique labels for macro recording.
  • Thanks to Michael Schmid, on Linux, the "OK" button in GenericDialogs is now on the right, as it is on Macs.
  • Added a setFontSize() method to the MontageMaker class.
  • Thanks to Michael Schmid, fixed a bug that caused symbols in plots to be drawn at the left or bottom border if there was a NaN value.
  • Thanks to Wilhelm Burger, fixed a bug on Java 9 that caused Plugins>Compile and Run to not work with .class files not in the default package.
  • Thanks to Jerome Mutterer, fixed a 1.51u regression that caused macro calls similar to newArray(a.length) to always return 1.
  • Thanks to Rob Lees, fixed a 1.51u regression that caused the close(pattern) macro function to close the ROI Manager if 'pattern' did not have a wildcard.
  • Thanks to Norbert Vischer, fixed a 1.51u regression that caused the close("\Others") to not work.
  • Thanks to Rob Lees, fixed a 1.51s regression that caused multi-point deletion with “Show all” enabled to not function correctly.

New in ImageJ 1.51u (Feb 15, 2018)

  • hanks to Norbert Vischer, added support for plotting rectangles, vertical and horizontal bar charts, and vertical and horizontal boxes and whiskers. Use the Bar Charts and Shapes commands in the Help>Examples>Plots menu to see examples.
  • Thanks to Norbert Vischer, zooming in and out of plot windows using the "+" and "-" keys works better.
  • Thanks to Norbert Vischer, added the Help>Examples>Open as Panel command.
  • Thanks to Norbert Vischer, added the Plot.appendToStack() function. The Dynamic Plot and Dynamic Plot 2D macros in the Help>Examples>Plots menu and the Dynamic Plot script in the Help>Examples>JavaScript menu demonstrate how to use it.
  • Thanks to Norbert Vischer, added support for multi-line labels in plots. For an example, see Help>Examples>Plots>BarCharts.
  • Added the Help>Examples>Plots>Histograms example macro, which demonstrates how to use the new Plot.add("bars",x,y) macro function to draw histograms.
  • The File>Save As>Gif command now works with RGB images and stacks, saving stacks as animated GIFs (example1, example2).
  • The Plugins>Utilities>Control Panel now requires a double click to run a command.
  • Thanks to Stein Rorvik, when moving the mouse pointer, or creating a selection, on spatially calibrated images, the uncalibrated x and y pixel coordinates are shown in parenthesis in the status bar.
  • Thanks to Jerome Mutterer, the focus is reset to the prompt when either the backspace or delete key is pressed in the macro functions finder.
  • Thanks to Norbert Vischer, the close(pattern) macro function closes windows whose title matches 'pattern'. Non-image windows, like "Roi Manager" have to be specified without wildcards. For text windows, wildcards are allowed if 'pattern' ends with ".txt", ".ijm" etc. Use close(pattern, "keep") to close only unchanged windows.
  • Thanks to Michael Schmid, added the Recorder.fixString() method, which is used to escape strings passed to the recorder.
  • Thanks to Michael Schmid, the delete key on Windows keyboards can be used as a substitute for backspace as a shortcut for the Image>Clear command, for deleting ROIs from overlays and for deleting lines in Results Tables and in the Log window. In addition, the ',' key on european numeric keypads is mapped to the '.' key.
  • Thanks to Norbert Vischer, added the Plot.drawShapes() and Plot.drawGrid macro functions.
  • Thanks to Gregory Jefferis, fixed a bug that caused the run("Scale...", "...") macro function to fail in Fiji headless mode.
  • Thanks to Stein Rorvik, fixed a bug that caused the min/max constrast values to be lost when duplicating virtual stacks.
  • Thanks to Michael Schmid, fixed a bug that caused incorrect log x axis coordinates to be displayed at the bottom of plot windows.
  • Thanks to Andrew Shum, fixed a bug that caused the File>Batch>Macro and File>Batch>Virtual Stack commands to not be correctly recorded.
  • Thanks to Philippe Carl and Jan Eglinger, fixed a bug that caused the newArray() macro function to fail if there were multiple arguments and the first argument was not a number.
  • Thanks to Stein Rorvik, fixed a bug on Windows that sometimes caused strings to be pasted in the wrong position in text windows.
  • Thanks to Michael Schmid, fixed a bug that caused the Process>Filters>Variance command to sometimes generate negative values with 32-bit images.
  • Thanks to Tobias Starborg, fixed a bug that caused the Image>Stacks>Animation>Animation Options command to not work in batch mode macros.

New in ImageJ 1.51t (Jan 3, 2018)

  • Thanks to Norbert Vischer, the Plot class now supports filled plots. Run Help>Examples>Macro>Damped Wave Plot to see an example.
  • Thanks to Norbert Vischer, when a macro error occurs, the line number is copied to the clipboard and the error message is displayed in the "Debug" window.
  • Added "Synthetic Images" and "Spiral Rotation" examples, in Macro and JavaScript versions, to the Help>Examples menu.
  • Added a "hidden" checkbox to the plot window More>>Contents Style dialog.
  • The Process>Math>Macro command and the ImageProcessor.applyMacro() method automatically add "v=" if it is missing.
  • Thanks to Norbert Vischer, the seed set by the random("seed",n) macro function is now used when creating images with random content and by Process>Noise commands, allowing reproducible test situations to be created (examples).
  • Thanks to Francois Gannier, the x and y-axis labels are used as the first two column headings in the table created by the plot window "List" command when these labels start and end with a space character.
  • Thanks to Jan Brocher, fixed a bug that caused the ColorThresholder.RGBtoYUV() method to not work as expected.
  • Thanks to Stein Rorvik, fixed a bug that caused function key and numeric kaypad macro shortcuts to not work as expected when "Require control key for shortcuts" was enabled in the Edit>Options>Misc dialog.
  • Thanks to Christophe Leterrier, worked around a macOS High Sierra/APFS bug that caused LUTs listed in the Image>Lookup Tables menu and file names returned by the getFileList() macro function to not be sorted.
  • Thanks to Michael Kaul, fixed a v1.51s regression that could cause ImageJ to fail to quit properly if there was an Action Bar launched at startup.
  • Thanks to Norbert Vischer, fixed a v1.51r26 regression that caused the setBatchMode("show") macro function to not work as expected.

New in ImageJ 1.51s (Dec 6, 2017)

  • Thanks to Philippe Carl, added support for diamond symbols to the Plot class.
  • Added the Help>Examples>JavaScript>Event Listener example.
  • Incresed the default plot size from 450x200 to 530x300.
  • Thanks to 'graukatze', line length measurements are now much faster when all measurements are disabled in the Set Measurents dialog.
  • Thanks to Jean Christophe Taveau, ECMAScript 6 is used when running JavaScript code on Java 9 (more info).
  • Thanks to Ron DeSpain, the File.directory() macro function (OpenDialog.getLastDirectory() method) now returns the path to the directory that a macro was loaded from.
  • Thanks to Lorenzo Cangiano, fixed a bug that could cause the "Apply" button in the Image>Adjust>Brightness/Contrast dialog to throw an exception with 16-bit images.
  • Thanks to Rob Lees and Jan Eglinger, fixed a bug that, when deleting a point from a point selection on a stack, could cause an overlaping invisible point in another slice to be deleted.
  • Thanks to 'WaDoMa', fixed a bug that caused ImagePlus.setAntialiasRendering() calls to be ignored when rendering arrows in flattened images.
  • Thanks to Jean Christophe Taveau, fixed a bug that caused scripts installed in the plugins menu to be aborted if the user clicked "Cancel" in a GenericDialog.
  • Thanks to Klaus Michel, fixed a bug that caused the ROI Manager's More>Translate command to not work correctly if one of the ROIs being translated was active.
  • Thanks to Stein Rorvik, fixed bugs that caused the RunAtStartup, AutoRun and command line macros to interfere with each other, causing &variable expansion in run() calls to not work. To avoid this interference, the RunAtStartup macro (created by Edit>Options>Startup), the AutoRun macro (in StartupMacros) and command line macros now all run on the same thread.
  • Thanks to Stein Rorvik, fixed a bug that caused the Startup Macros command in the >> toolbar menu to not work as expected if the StartupMacros file had an ".ijm" extension.
  • Thanks to Alban Favre and Jan Eglinger, fixed a bug that caused the getResult() macro function to not work with tables created by plugins using the ResultsTable.setValue(column,row,value) method.
  • Thanks to Stein Rorvik, fixed a bug that caused forward slash separators to not work with default directories on Windows.
  • Thanks to Adrian Daerr, fixed a bug that caused raw virtual stacks to be opened incorrectly if the number of images specified in the dialog was greater than the actual number of images.
  • Thanks to 'tigers1964', fixed bugs that sometimes caused File>Import>Raw to not correctly zero fill when the specified image size was greater than the file size.
  • Thanks to Michael Kaul, fixed a bug that caused the ImagePlus.setProcessor() method to sometimes not work as expected with stacks.
  • Thanks to 'graukatze', fixed a bug that caused Plot Z-axis Profile, in "Live" mode, to interfere with the Measure command.
  • Thanks to Bjorn Marsen, fixed a v1.51 regression that caused run("Set Measurements...","...") to reset the measurement counter when used in a macro run from the command line using the -batch option

New in ImageJ 1.51r (Oct 16, 2017)

  • Thanks to Norbert Vischer, custom symbols in plots are now supported. Refer to the Help>Examples>Macro>Custom Plot Symbols command for an example.
  • Thanks to Philippe Carl, replaced the min/max threshold value labels in the "Threshold" dialog by editable text fields and removed the "Set" button. New values are validated once the user hits the enter key. Also added mouse wheel and arrow key support to the min and max sliders. The up/down keys increase/decrease the threshold values when the cursor is within one of the text fields.
  • The "Save column headers" and "Save row numbers" options in the Edit>Options>Input/Output dialog are always enabled on startup.
  • Thanks to Mathieu Prouveur, ImageJ displays an error message when a macro function attempts to return a string enclosed in parenthesis.
  • Thanks to Roger Leigh, fixed bugs that prevented ImageJ from running on Java 9.
  • Thanks to Derek Xu and Michael Schmid, fixed a bug that could cause the Orthogonal Views command to throw an exception.
  • Thanks to Jerome Parent, fixed a bug that caused the median filter to not work correctly with 32-bit images containing NaN values.
  • Thanks to Ron DeSpain, fixed a bug that could cause startup macro shortcuts to be disabled when opening a macro in the macro editor.
  • Thanks to Kees Straatman, fixed a bug that caused the run("Set Measurements...", options) macro function to not work as expected if used after a run("Analyze Particles...", options) call that was missing 'display ' in the options string.
  • Thanks to Jeremy Adler, fixed a bug that caused the run("Stack to Images") macro function to not make the last opened image active.
  • Thanks to Michael Schmid, fixed bugs that sometimes caused the the wrong image to be activated after an image is deleted in a macro.
  • Thanks to Michael Schmid, fixed a 1.51q regression that could cause an exception when creating a plot.

New in ImageJ 1.51q (Sep 21, 2017)

  • Plot enhancements, thanks to Michael Schmid: ? Plots saved as tiff or zip include the data, so the plot range can be modified (zooming, etc.) and the data can be listed after loading the plot from a file.
  • Changing the axis or label font size of a plot keeps the image size constant and modifies the plot frame size (previously, the plot frame size was constant).
  • Slightly more space for numbers at the left, enough for scientific notation. ImageJ switches to a smaller font if more significant digits are required.
  • Added Plot.getFrameBounds(x, y, width, height) macro function.
  • The default font for plots is now Arial, not Helvetica (Arial is available on more platforms).
  • When opening a plot on a computer where a given font is not available, try to replace fonts by similar ones. This should make the appearance on different platforms more similar.
  • The ImageProcessor getStringWidth() and getStringBounds() methods use the more accurate GlyphVector class.
  • Thanks to Norbert Vischer, the Edit>Selection>Straighten and Image>Duplicate commands work with rotated rectangle selections.
  • Thanks to Jerome Parent, added the Image>Stacks>Plot XY Profile command.
  • Thanks to Jerome Parent, added a "Show unit" checkbox to the Analyze>Tools>Calibration Bar dialog box.
  • Thanks to Stein Rorvik, newly opened editor windows are larger and, on Linux and Windows, are less likely to cover the main ImageJ window.
  • Thanks to Norbert Vischer, added a "Smooth if thresholded" option to the Wand tool dialog (example).
  • Thanks to Kenneth Sloan, added a recordable ZProjector.run() method (examples).
  • Thanks to Norbert Vischer, added the makeRotatedRectangle(x1,y1,x2,y2,width) macro function.
  • Thanks to Norbert Vischer, added the List.toArrays(keys,values), List.fromArrays(keys,values) and List.indexOf(key) macro functions.
  • Thanks to Max Leiter, fixed a bug that caused RoiListeners to not be notified when an ROI was created.
  • Thanks to Alvaro Folgado, fixed an OS X command injection vulnerability in the BrowserLauncher.
  • Thanks to Alison Walter, fixed a bug that caused the "Spline fit" checkbox in the "Line Width" dialog to convert angle selections to polygons.
  • Thanks to Chris Lamb, fixed a typo in MemoryMonitor.java where a constant that should have been 1024 was 1204.
  • Thanks to Norbert Vischer, fixed a bug in the Array.resample() macro function that caused it to throw an exception if the langth of the input was 0 or 1.
  • Thanks to John Loveland and Lukas Kvasnica, fixed a v1.51o regression that caused plugins that create virtual stacks without implementing the VirtualStack class to throw an exception.
  • Thanks to Tim Huang, fixed a bug that caused the Image>Overlay>Flatten command to not work correctly with high-resolution images.
  • Thanks to Norbert Vischer, fixed a bug with the Debug>Abort command in the macro editor that caused it to display a bogus error message.
  • Thanks to Stefan Helfrich and Azman Rashid, fixed a bug that caused ImageJ to not correctly read TIFF files created by the Bfconvert command line tool.
  • Thanks to Jan Eglinger, fixed a bug that caused the popup menu (e.g. right-click > Rename...) and the "Dev" menu tool to not get recorded.
  • Thanks to Sethur, fixed a bug that caused scroll wheel zooming in image stacks (enabled using control or shift key) to not work correctly.
  • Thanks to Steffen Schmidt, fixed a bug that caused scale bars to not be correctly positioned with large font sizes.
  • Thanks to Vanessa King and Jan Eglinger, fixed a bug that caused the "List" option in plot windows to sometimes not list all X columns when the columns differed in length.
  • Thanks to Carne Draug, fixed several problems related to building the ImageJ Debian package.
  • Thanks to Salim Kanoun, fixed a bug that caused overlay titles to be selectable when a new ROI was being constructed.
  • Thanks to Norbert Vischer, fixed a bug than caused the Analyze>Gels>Select Next Lane command to sometimes create duplicate plots.
  • Thanks to Michael Kaul, fixed a v1.51o regression that caused the ImagePlus.flatten() method to be much slower.
  • Fixed a 1.51e regression that caused the "Auto" buttion in the Brightness/Contrast dialog to not increase contrast with repeated clicks.

New in ImageJ 1.51p (Jun 23, 2017)

  • Released on 22 June 2017
  • When adding a hyperstack ROI to the ROI Manager, the channel position is set to 0 (display in all channels) if the display mode is "Composite".
  • Added the setOption("ConvertToMicrons",boolean) macro function. When this option is set, units in TIFF images are converted to microns if the pixel width is less than 0.0001 cm.
  • Thanks to Norbert vischer, worked around a bug in Java 8 on OS X that sometimes caused painting of GenericDialogs to be incomplete.
  • Thanks to Rainer Engel, fixed a bug that caused macros that passed variables using "&" notation to fail if they used the Process>Math>Macro command to process a stack.
  • Thanks to Philippe Carl, fixed a 1.51o regression that sometimes caused ImageJ to freeze on Windows when opening or processing images.

New in ImageJ 1.51o (Jun 23, 2017)

  • Released on 7 June 2017
  • Added a Command Finder tool to the >> toolbar menu.
  • Thanks to Hermann-Josef Roeser, histograms of RGB images are now labeled with the histogram type ("Intensity (weighted)", "Intensity (unweighted)" or "R+G+B") and the "RGB" button cycle includes these three histogram types.
  • Updated the VirtualStack class to support frequency domain FFT images (example macros).
  • Worked around bugs with Windows 10 Creators Update that caused the file open dialog to freeze and the "ImageJ" window to be taller than normal.
  • Thanks to Michael Kaul, added the Roi.setPosition(ImagePlus) method.
  • Worked around a bug with Java 8 on Mac OS X that caused the buttons in histogram windows to be partially hidden.
  • Thanks to Wilhelm Burger and Tiago Ferreira, fixed a bug that caused coordinates used by the ImageProcessor.getLine() method to retrieve pixel values to be offset by 0.5 pixel when interpolation was not enabled.
  • Thanks to Wilhelm Burger, fixed a bug that caused the ImageProcessor.setColor() method to ignore RGB component weights when setting the associated drawing (i.e., gray) value of non-RGB grayscale images.
  • Thanks to Robert Atwood, fixed a bug that caused the "Auto" option in the Image>Adjust>Threshold tool to sometimes not work as expected with 16-bit stacks.
  • Thanks to Christian Tischer, fixed a bug that caused the Image>Transform>Bin command to change the calibation of the source image.
  • Thanks to Theresa Swayne, fixed a bug that caused the ROI Manager's Multi-Measure command (in "append" mode) to not reset its saved results when the Results Table was cleared.
  • Thanks to Norbert Vischer, fixed a bug that caused screen updates of images with complex overlays to be very slow with Java 8 on Mac OS X.
  • Thanks to Don Levin, fixed a bug that caused the File>Save As>PGM to not correctly save 16-bit images.
  • Thanks to Rob Beetel, fixed a regression that caused the ROI to be deleted after using "Apply" on RGB images in the Brightness/Contrast, Window/Level and Color Balance dialogs.

New in ImageJ 1.50i (May 4, 2016)

  • The ImageJ website (imagej.nih.gov/ij) will soon start using encryption incompatible with Java so sample images and updates are now downloaded from wsr.imagej.net and URLs used to open images and text files are redirected to mirror.imagej.net.
  • Thanks to Thorsten Wagner, added the is("global calibration") macro function.
  • Thanks to Philippe Carl, added the RoiManager.rename(index,name) method.
  • Thanks to Nicolas Cedilnik and Mark Hiner, fixed a bug that could cause an exception when saving a virtual stack.
  • Thanks to Kees Straatman, fixed a bug that caused the ROI Manager's "Multi Measure" command to sometimes not work as expected when the "append" option was used.
  • Fixed a bug that caused the "Decimal Places" field in the Analyze>Set Measurements dialog to be ignored after the value was set to zero.
  • Thanks to Stein Rorvik, fixed a 1.50d regression that caused duplicated images to lose their density calibration.

New in ImageJ 1.50h (May 4, 2016)

  • Thanks to Tiago Ferreira, improved the Command Finder (Plugins>Utilities>Find Commands). Resizable and reduced screen "footprint"
  • Auto-scrolling using keystrokes
  • Tooltip that hints at navigation shortcuts
  • Scriptable
  • 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 mistakenly implement the PlugInFilter interface and call IJ.run() methods.
  • Thanks to Norbert Vischer, the Window>Tile command displays an errow message if there is an unfrozen plot window open. To freeze a plot wondow, use the More>>Freeze Plot command.
  • Thanks to Gabriel Landini, the image size shown in the Window menu is updated when the 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 (example).
  • 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 tag but not with .
  • 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.

New in ImageJ 1.50g (May 4, 2016)

  • Thanks to Norbert Vischer, added an "R" (Reset Range) button to the lower left corner of plot windows, and, in the More>>Set Limits dialog, numeric fields can be left empty for automatic range calculation.
  • Thanks to Michael Schmid, changed the name of the Profile Plot Options command to Plots and created a "Profile Plot Options" section at the bottom of the dialog.
  • Thanks to Dorai Iyer, multi-point selections are constrained to a horizontal or vertical line when the shift key is down.
  • Thanks to Michael Schmid, the ROI Manager's "Multi Measure" command displays a progress bar when "One row per slice" is checked.
  • Thanks to Stefan Worz, the Image>Duplicate, Image>Scale, Image>Adjust>Size, Image>Stacks>Stack to Images and Image>Stacks>Images to Stack commands no longer ignore image overlays.
  • Thanks to Christian Irgens, points selections selected in the ROI Manager are no longer moved when they are outside the image boundary.
  • Thanks to Christophe Leterrier, ImageJ now uses the Nashorn JavaScript engine when running on Java 8.
  • Thanks to Mike Davidson, added the call("ij.plugin.frame.ThresholdAdjuster.setMode",mode) macro function and the ThresholdAdjuster.setMode(mode) method, where 'mode' is "Red", "B&W" or "Over/Under".
  • Fixed a bug that caused the Compile and Run command to fail on Java 8 when compiling plugins with errors.
  • Thanks to Jan Eglinger, fixed a bug that caused an exception when saving multi-point selections.
  • Thanks to Rajeev Chaudhary, fixed a bug that caused the Edit>Copy and Edit>Copy to System commands to not correctly handle images with overlays.
  • Thanks to Dan White, fixed a bug that caused the Brightness/Contrast tool to not correctly display min and max values greater than 99999.
  • Thanks to Marc Lartaud, fixed a v1.50c regression that caused the More>>Save command in the ROI Manager to fail if there were duplicate ROI names.
  • Thanks to Michael Schmid and Dan White, fixed a 1.50d regression that caused the File>Save As>AVI command to create files that could not by opened by the Windows Media Player.
  • Ved Sharma has released HyperStackReg, a plugin for the alignment (registration) of images in a multichannel hyperstack (C>1, Z>=1, T>1).

New in ImageJ 1.50f (May 4, 2016)

  • Added the Analyze>Tools>Grid command, which creates a non-destructive grid of lines, crosses, circles or points on the current image.
  • Thanks to Michael Elbaum, added the Process>FFT>Make Circular Selection command.
  • Thanks to Daniel Chung, text images can now be opened by dragging and dropping them on the ">>" icon in the toolbar.
  • Thanks to Stein Rorvik, with spatially calibrated images, the raw width and height are shown in parenthesis as a selection is being created.
  • Thanks to Sho Fujisawa, the ROI Manager uses 5 digits for y-coordinates in ROI names if the image height is greater than 9999 pixels.
  • With RGB images, the Image>Adjust>Threshold command (and shift-t shortcut) no longer runs the ColorThresholder plugin. Instead, it displays a dialog that suggest splitting the image into three grayscale images.
  • Thanks to Norbert Vischer, added the Stack.setOrthoViews(x,y,z), Stack.getOrthoViewsID() and Stack.stopOrthoViews() macro functions (example).
  • Thanks to Stein Rorvik, added the getInfo("macro.filepath") macro function.
  • Thanks to Norbert Vischer, Image>Stacks>Orthoganal Views is faster and more reliable when working with hyperstacks.
  • The getInfo(key) macro function returns "Invalid key" if a value associated with the key is not found.
  • Thanks to Gabriel Landini, added the ImageProcessor.drawLine4(x1,y1,x2,y2) method, which draws 4-connected lines.
  • Added the static RoiManager.getRoiManager() method, which returns a reference to the ROI Manager and opens the "ROI Manager" window if it is not already open.
  • Thanks to Nicolas Stifani, fixed bugs that could cause the getResultLabel(row) and getResultString("Label",row) macro functions to fail.
  • Thanks to MartinH, fixed a bug that caused montages created using Image>Stacks>Make Montage to lose their pixel dimensions.
  • Thanks to Norbert Vischer, fixed a bug that caused the Pixel Inspector tool to not work correctly with blank 32-bit images.
  • Thanks Kees Straatman, fixed a bug that caused Process>Find Maxima, with "Count" output, to sometimes display unwanted results.
  • Thanks to Romain Guiet, fixed a bug in the ROI Manager that caused it to ignore an ROI name if the name was 9 character in length and it had a "-" in the middle.
  • Thanks to Stein Rorvik, fixed a bug that caused macros run from the command line to fail if the argument contained parenthesis.
  • Fixed a 1.50c regression that caused the deprecated RoiManager.getROIs() method to return null.

New in ImageJ 1.50e (May 4, 2016)

  • Thanks to Curtis Rueden and Brandon Hurr, the Stack to Images, Window>Tile and Window>Cascade commands, and non-batch mode macros that process multiple images, run faster on Macs (test macro).
  • Pressing "i" (Image>Show Info) when no images are open now displays useful information instead of a "No images are open" error.
  • Added a "Show all" checkbox and a "Help" button to the multi-point tool's options dialog box.
  • Thanks to Peter Haub, the Selection Rotator tool, available in the toolbar's ">>" menu, now rotates about the selection centroid and is recordable.
  • Thanks to Radoslaw Ejsmont, ImageJ's directory chooser, on Mac OS X, now uses the JFileChooser when the "Use JFileChoose to open/save" option is enabled in Edit>Options>Input/Output. Unlike the native directory chooser, JFileChooser still has a title bar on OS X 10.11 (El Capitan).
  • Thanks to Anton Jormescu and John Wolodzko, you can again change the views in Image>Stacks>Orthoganal Views by clicking, but not dragging, in the YZ and XZ planes.
  • Thanks to John Wolodzko, added the Plot.showValues macro function, which displays plot window values in the Results table.
  • Thanks to Peter Haub, added the Roi.getContourCentroid() method.
  • Thanks to Jan Eglinger, fixed a bug that caused Image>Adjust>Size, when using bilinear or bicubic interpolation, to shift positions of pixels by 1.0 in X, 0.5 in Y and 0.5 in Z.
  • Thanks to Michael Schmid, fixed a bug that caused the Brightness/Contrast adjuster's "Apply" function to not be undoable for full images or rectangular selections with 8-bit and 16-bit images.
  • Thanks to Michael Schmid, fixed a bug that caused the Brightness/Contrast adjuster to hang with RGB images when there was a non-rectangular selection extending beyond image boundary.
  • Thanks to Bob Hamilton, fixed bugs that caused the Run to Insertion Point macro debugger command to fail and the debugger to sometimes behave erratically.
  • Thanks to David Gault, fixed a memory leak when closing composite color images.
  • Thanks to Jan Eglinger, fixed a bug with the "d" (Draw) keyboard shortcut that caused it to not be correctly recorded.
  • Thanks to Anton Jormescu, fixed a bug in the Image>Stack>Tools>Grouped Z Project command that changed the Z and T dimensions of the original stack, which caused the Duplicate and Synchronize Windows commands to not work as expected.
  • Thanks to Carl Vandewater, fixed a bug that could cause Image>Color>Merge Channels to throw an exception when an input file name was shorter than three characters.
  • Thanks to Till Bretschneider, fixed a bug on OS X and Java 8 that caused copying of text from the macro recorder to fail.
  • Thanks to Saibal Mitra, fixed a v1.50d regression that caused the Process>Math>Macro command to not work correctly with 32-bit images.
  • Thanks to Michael Schmid, fixed a v1.49 regression that caused NaN values to not be correctly handled in plots.

New in ImageJ 1.50d (May 4, 2016)

  • Thanks to Peter Haub, added the Selection Rotator tool to the Toolbar's ">>" menu. To move the selection with this tool, hold down the alt or shift key.
  • The Edit>Options>Point Tool dialog, in multi-point mode, is now non-modal and has a "Counter" drop down menu. As a shortcut for opening this dialog, double click on the multi-point tool icon.
  • A point in a polygon, polyline or point selection can now be deleted by either alt-clicking or control-clicking.
  • The File>Import>Raw command now uses "smart recording" (default options are not recorded).
  • Added the Help>Examples>Autorun checkbox menu item.
  • Thanks to Michael Schmid, the AVI Reader now opens most oversized (>4GB) ImageJ AVI 1 files and the AVI Writer uses the AVI 2 format, which is AVI 1 compatible for files up to approx 0.9 GB. Use the Virtual Test Stack plugin to create multi-gigabyte test stacks.
  • Thanks to Bill Christens-Barry, added the WaitForUserDialog.setNextLocation(x,y) method (macro example).
  • Added the add(Roi,name) and remove(name) methods to the Overlay class.
  • Added the ThresholdAdjuster.setMethod() method.
  • Thanks to Kota Miura, worked around Java 8 bugs that caused cut, copy and paste to not work in the curve fitter (Analyze>Tools>Curve Fitting).
  • Thanks to Jan Eglinger, fixed a bug that caused the Image>Scale command to ignore the "z=" option when run from a macro.
  • Thanks to Stein Rorvik, fixed a bug that caused calibration bars (Analyze>Tools>Calibration Bar) to remove existing overlays.
  • Fixed a bug that caused the Process>Math>Macro command to not work correctly with 16-bit and 32-bit images if the macro code called the getPixel() function.
  • Fixed a bug that caused the Rotate 90 Degrees Right and Rotate 90 Degrees Left commands to not correctly handle non-zero origins.
  • Fixed a bug that caused polygon and polyline selections to lose properties like stroke color and stroke width after one of the selection's points had been deleted.
  • Thanks to Vytas Bindokas, fixed a bug that caused the waitForUser() macro function to fail on Windows.

New in ImageJ 1.50c (May 4, 2016)

  • The Image>Stacks>Make Montage command now uses "smart recording" (default options are not recorded).
  • Worked around Java 8 bugs that caused the 't' shortcut (Edit>Selection>Add to Manager) and ROI Manager arrow key and mouse wheel scrolling to not work as expected on OS X.
  • Fixed a bug that caused the "ImageJ" window to expand to full screen on Windows and Linux when you double clicked on the title bar.
  • Thanks to Jens Kriese, fixed a bug that caused no more that 99 menu entries in a plungins.config file to be loaded.
  • Thanks to Jochen Reichel, fixed several RGB-related bugs in the Brightness/Contrast dialog.
  • Thanks to Jan Eglinger, fixed a bug that caused the getResultString() macro function to return "null" on re-opened Results tables if the first column was non-numeric and all other columns were numeric.
  • Thanks to Avital Steinberg, fixed a bug that caused the particle analyzer to alter the Results table counter if the "Display results" option was not enabled.
  • Thanks to John Wolodzko, fixed bugs that prevented ImageJ from correctly opening .csv and .xls tables with cells containing commas.
  • Thanks to Linda Fothergill, fixed a bug that caused selections to change when rotated and then rotated back by the same angle.
  • Fixed a bug that caused the Image>Lookup Tables>Apply LUT command to not work with 16-bit images.
  • Thanks to Martin Hoehne, fixed a bug that caused the run("ROI Manager...") macro function to not work as expected in batch mode macros with hidden ROI Managers.
  • Fixed a 1.50b7 regression that caused the ROI Manager's "Sort" command to not work correctly.

New in ImageJ 1.50b (May 4, 2016)

  • Folders and AVI files dropped on the toolbar's ">>" icon open as virtual stacks.
  • Thanks to Jerome Mutterer, added the Help>Examples>Macro>Grab Viridis Colormap example macro.
  • Thanks to Norbert Vischer, added the "Dual Progress Demo" example macro and JavaScript to the Help>Examples> menu.
  • Added the "Non-numeric Table" example macro and JavaScript to the Help>Examples> menu.
  • Added the "Image with Overlay" example image to the File>Open Samples> menu.
  • Thanks to Xiuxia Zhang, the Process>Batch>Convert command and IJ.openImage(path) method work with text images.
  • The Image>Overlay>Overlay Options command uses the 'Y' keyboard shortcut and it adds "Show labels" and "Hide" checkboxes to its dialog box if the current image has an ovelay.
  • Assigned the 'W'' shortcut to the File>Close All command.
  • The "Use virtual stack" option in the AVI Reader is set by default.
  • Thanks to Jochen Reichel, fixed a bug that caused the makeSelection("line", xpoints, ypoints) macro function to throw an exception if either array contained a non-integer value.
  • Thanks to Aryeh Weiss, worked around a Java 8 bug that caused the Memory Monitor to fail.
  • Thanks to Hermann-Josef Roser, fixed a bug that caused some imported RGB TIFFs to be read incorrectly.
  • Thanks to Michael Cammer, fixed a v1.44 regression that caused the setLineWidth() macro function to sometimes not work as expected if the global line width set in the Edit>Options>Line Width dialog was not 1.
  • Thanks to Aryeh Weiss, worked around a Java 8 bug on Macs that sometimes caused ImageJ to freeze when clicking on "Show All" in the "ROI Manager" dialog.
  • Thanks to Michael Entrup, fixed a bug that caused the x-axis label of plots to be cut off on Windows.
  • Thanks to Ved Sharma, fixed a bug that caused the macro code "if (false) Array.invert(a);" to generate an error.
  • Thanks to John Wolodzko, fixed a bug that caused the Plot.setLimitsToFit() macro function to sometimes not work as expected.

New in ImageJ 1.50a (May 4, 2016)

  • Thanks to Gerald Torgersen, added the Plugins>Shortcuts>Add Shortcut by Name command and removed the obsolete Plugins>Shortcuts>Install Plugin command.
  • Thanks to SyntonicC, add a "Rotate around image center" option to the Edit>Selection>Rotate command.
  • Thanks to Thomas Julou, cursor coordinates are displayed in pixels in the status bar if either the alt or shift keys are down.
  • Thanks to Radoslaw Ejsmont, the ChannelSplitter.getChannel() method works with RGB images and stacks and it throws an illegal argument exception if the channel argument is out of range.
  • Added the setThreshold(lower,upper,"raw") macro function and the IJ.setRawThreshold(imp,lower,upper,mode) method.
  • Fixed a bug that caused JavaScripts to sometimes unexpectadly display values in the Log window on Java 8.
  • Fixed a bug that caused the eval("js",code) macro function to fail on Java 8.
  • Fixed a bug that sometimes caused the setThreshold() macro function to throw an exception with 16-bit images.
  • Thanks to Megan Hagenauer, fixed a bug that caused incorrect line selection measurements on density calibrated (global) images.
  • Thanks to Jerome Mutterer, fixed bugs that caused a new dialog to be opened each time you pressed shift-ctrl-f in an editor window to open the macro function finder and caused focus to be lost when you closed the dialog.
  • Thanks to Michael Schmid, fixed a bug that caused the particle analyzer to ignore selections on RGB images.
  • Worked around a Java 8 bug on Macs that caused ImageJ to freeze when changing the display mode in the "Channels" dialog.
  • Thanks to Takashi Abe, worked around a Java 8 bug that caused mirrored cursors in synched windows to not be visible.
  • Thanks to Thorsten Wagner, fixed a bug that caused the "Use names as labels" setting in the ROI Manager's More>>Labels dialog to not be persistent.
  • Thanks to Jerome Mutterer, fixed a 1.49o regression that caused live profile plots of wide lines to flicker.

New in ImageJ 1.49v (Jun 24, 2015)

  • The open(path) macro function opens a folder of images as a stack. Use open(path,"virtual") to open a folder as a virtual stack.
  • Added the WindowManager.getAllNonImageWindows() method.
  • Fixed a bug that caused the recorder to display a warning message when recording Image>Properties or Analyze>Set Scale and the unit was "µm".
  • Fixed a bug that caused the DirectoryChooser, when using Java 7 or later, to not use the native Mac OS X file chooser.
  • Fixed a bug in the RoiManager that caused the "Labels" checkbox to be ignored when the "Use ROI names as labels" option was enabled.
  • Fixed a bug that caused the run("Merge Channels...","...") macro function to not correctly handle missing arguments.
  • Fixed a 1.49t regression that caused plot windows to disable global calibration.
  • Fixed a 1.49t regression that caused Image>Properties to change Y and Z units to "pixel".

New in ImageJ 1.49u (Jun 15, 2015)

  • Added the Help>Examples sub-menu and an Examples menu to the text editor. When opening an example macro or script, hold the shift, control or alt key down to also run it. The examples are also available at wsr.imagej.net/download/Examples/.
  • The Wand Tool Options dialog (opened by double clicking on the Wand tool) now has a "Tolerance" slider that dynamically updates the selection.
  • Added the "NaN empty cells" option to the Analyze>Measurements Options dialog.
  • The Curve Fitter (Analyze>Tools>Curve Fitting), to avoid aliasing, will use more than 100 points to draw the fitted curve.
  • The Image>Hyperstacks>Hyperstack to Stack command now works with composite color images.
  • The Image>Stacks>Tools>Concatenate command maintains hyperstack calibration.
  • Added the Array.getSequence() macro function (example).
  • Added the add(shape,xpoints,ypoints), addLegend(labels), addLegend(labels,options), setColor(String) and getPlot() methods to the Plot class.
  • Added the ImagePlus.isThreshold() and ResultsTable.setNaNEmptyCells() methods.
  • Image>Show Info now displays the first 60 characters of UN (Unknown) Value Representation DICOM tags.
  • Fixed bugs that caused the Analyze>Measure command to not work as expected with line selections when "Limit to threshold" was enabled in Analyze>SetMeasurements.
  • Fixed a bug that caused the setSelectionLocation() and Roi.move() macro functions to sometimes not work with straight line selections.
  • Fixed a bug that caused the brush tool to sometimes not work as expected on Linux.
  • Fixed a bug that caused Process>Batch>Convert to throw an exception when converting stacks to TIFF format.
  • Fixed a 1.49t regression that caused the Image>Adjust>Canvas Size command to not work as expected with plot windows

New in ImageJ 1.49t (May 18, 2015)

  • Improved Plot class with many new features (demo macro):
  • Plot windows can be resized.
  • Use Image>Zoom>View 100% or More>>Reset Format to revert to the size defined in Edit>Options>Profile Plot Options.
  • Image>Zoom>In, or the '+' key, zooms in (both x&y) and Image>Zoom>Out, or the '-' key, zooms out.
  • Put the cursor below the x axis to zoom in/out horizontally and put it left of the y axis to zoom in/out vertically.
  • With the cursor below or left of the plot, arrows appear, which can be clicked on to to shift the limit.
  • With a selection, the '+' key, Image>Zoom>In and Image>Zoom>To Selection set the data range to the selection.
  • Image>Zoom>Original Scale reverts to the original data range.
  • Image>Zoom>Scale to Fit sets the scale to fit all data.
  • Use the hand tool (or drag with the space bar down) to shift the display range.
  • Select whether axes should have ticks, grids etc. in More>>Axis Options.
  • Adjust the font size in More>>Axis Options or in Profile Plot Options (for future plots).
  • Plots can now have a legend, and with "Legend Position" set to "Auto", the legend tries to not cover any data.
  • You can create a high-resolution (publication-quality) version of a plot by using the More>>High-Resolution Plot command.
  • The "Apply" button in the Image>Adjust>Brightness/Contrast dialog works with 16-bit images.
  • The getResult() macro function works with tables that are not named "Results".
  • The "Save..." button in plot windows uses the "File extension for tables" from Edit>Options>Input/Output as the default extension.
  • Image>Adjust>Color Threshold uses the ColorSpaceConverter class (Image>Type>Lab Stack) to do RGB to Lab conversions.
  • Fixed a bug that sometimes caused 16-bit to 8-bit conversion of composte color images to fail.
  • Added the getValue("results.count") macro function.
  • Added the TextPanel.getOrCreateResultsTable() method.
  • Fixed a bug that caused the default "File extension for tables" in the Edit>Options>Input/Output dialog to be set to ".csv" when it was actually ".xls".
  • Fixed a bug that caused an exception when saving composite selections with properties.
  • Fixed a bug that caused the Make Binary and Convert to Mask commands to not work correctly with thresholded RGB images.
  • Fixed bugs that caused the Calibrate.setYUnit() and Calibrate.setZUnit() methods to not convert "um" to "µm".

New in ImageJ 1.49s (Apr 28, 2015)

  • The File>Import>Image Sequence command will now import a folder of multi-image TIFF files as a virtual stack.
  • The File>New>Hyperstack command draws the C, Z and T positions both in an overlay and on the images.
  • The recorder, when not in "Macro" mode, records Image>Color>Split Channels as "channels=ChannelSplitter.split(imp)".
  • Fixed a bug that caused the first point of a multipoint selection to not be visible on zoomed out images.
  • Fixed a bug that caused the paintbrush tool and Edit>Fill command to not work correctly on composite color images.
  • Fixed a bug that caused ImageJ to throw an exception when calculating the median on 32-bit images if the pixel count was zero.
  • Fixed a 1.49r regression that caused the particle analyzer to fail if "Limit to threshold" was enabled.

New in ImageJ 1.49r (Apr 22, 2015)

  • measurements done using the Set Measurements "Limit to threshold" option add two columns ("MinThr" and "MaxThr") to the Results table.
  • a progress bar is displayed when large images are resized.
  • the Image>Show Info command (press "i" as a shortcut) displays additional information, including the ImageJ version, java version, OS version, memory in use and the image size.
  • the ROI Manager's "Save..." command is faster and displays a progress bar.
  • the quality of montages created by Image>Stacks>Make Montage is better due to use of bilinear interpolation and averaging when reducing.
  • Added an "Average when reducing" option to the Process>Batch>Convert dialog box.
  • the macro editor aborts any existing macro before running or debugging another one.
  • The Image>Stacks>Plot Z-axis Profile command now works with line selections.
  • The macro editor replaces right curly quotes with standard double quotes.
  • fixed a bug that caused an exception to be thrown when selecting an image from the Window menu.
  • fixed a bug that caused GenericDialogs without "OK" buttons to throw exceptions.
  • fixed a bug that caused pasted image selections to sometimes become permanent before they could be moved.
  • fixed a bug that caused the OpenDialog.setDefaultDirectory() method to not work as expected on Windows with file paths that ended in slashes instead of backslashes.
  • fixed a bug that caused an exception to be thrown when measuring the perimeter of selections created by the Edit>Selection>Make Rectangular Selection Rounded command in Fiji.
  • fixed a bug that caused the Process>Batch>Convert progress bar to not work.
  • fixed a bug the caused the saveAs("Text",filepath) macro function to not work as expected if 'filepath' ended in ".csv".
  • fixed a bug that caused macro 'break' and 'continue' statements to not work as expected in 'for' and 'while' loops with inner loops.
  • fixed a 1.49q regression that caused the File>Import>Image Sequence command to ignore overlays.
  • fixed a 1.45 regression that caused the Histogram command to loss the ability to generate stack histograms of composite color stacks.

New in ImageJ 1.49q (Mar 28, 2015)

  • The File>New>Hyperstack command embeds the channel, slice, frame and stack index into the pixel data.
  • Thanks to Michael Schmid and Michael Doube, the 'invertY' calibration flag is now saved in TIFF headers.
  • The options of the ROI Manager's "Multi Measure" command are recorded if the Recorder is in "Macro" mode.
  • The Image>Color>Merge Channels command now deletes the source images after displaying the merged composite image.
  • The run("Subtract Background...","...") macro function no longer changes the default settings in the Process>Subtract Background dialog.
  • Added the Roi.copy() and Roi.paste() macro functions.
  • The Opener.openLut() method now works with URLs (JavaScript example).
  • Thanks to Francis OBrien, added the ChannelArranger.run() method (JavaScript example).
  • Added the IJ.getDir() method, as an alias for IJ.getDirectory().
  • Thanks to Chris Pudney and Michael Schmid, fixed a bug that caused the PARALLELIZE_IMAGES flag of the PlugInFilter interface to return incorrect ROIs when using non-rectangular masks.
  • Thanks to Kurt Bockhorst, fixed a bug that caused Image>Stacks>Images to Stack to sometimes not work correctly with inverted LUT images.
  • Fixed a bug that caused the Image>Color>Arrange Channels command to not work with overlays.
  • Thanks to Jan Eglinger, fixed a bug that caused the run("Quit") macro function to sometimes not work as expected.
  • Fixed a bug that caused extremely large images (e.g. 25000x25000 pixels) to not be displayed correctly because the minimum zoom of 3.1% was not low enough.
  • Thanks to Kees Straatman, fixed a bug that sometimes caused 8-bit images to be incorrectly converted to 16-bits.
  • Thanks to Christophe Deroulers, fixed a bug that sometimes caused the ROI Manager's "Translate" command to not work as expected.
  • Fixed a bug that caused the IJ.openVirtual() method to throw an exception if the file was not found.
  • Thanks to Curtis Rueden, fixed a bug that could cause a StackOverflowError exception on ImageJ startup on systems with three monitors.
  • Thanks to Michael Schmid, fixed a bug in the curve fitter that caused the RODBARD fit to not fit some data.
  • Thanks to Michael Schmid, fixed a bug that caused the Analyze>Tools>Curve Fitting command to sometimes not correctly scale plots.
  • Thanks to Jorge Valero, fixed a 1.49n regression that caused an exception when measuring an area out of the threshold limits in a 16 bit image and "Limit to threshold" was enabled in "Set Measurements".

New in ImageJ 1.49p (Mar 2, 2015)

  • Stacks open and save in less time due to faster IJ.showStatus() method.
  • Added the Image>Type>Lab Stack command, which converts an RGB image into a L*a*b* stack using code from Duane Schwartzwald's Color Space Converter plugin.
  • The Image>Stacks>Tools>Concatenate command works with images that differ in width or height.
  • The Image>Overlay>To ROI Manager command starts numbering at 1 instead of 0.
  • Image>Stacks>Images to Stack suggest using Image>Stacks>Tools>Concatenate if the user attempts to combine two or more stacks.
  • The IJ.showStatus() method is up to a 1000 times faster (example).
  • ImageJ displays a better error message when attempting to run a plugin with a missing library.
  • Added the getList("image.titles") macro function.
  • Added the Roi.setPolygonSplineAnchors(), Roi.setPolylineSplineAnchors() and Roi.getSplineAnchors() macro functions (example).
  • Added the RoiManager.isSelected() method (JavaScript example).
  • Fixed a bug that caused plugins using the NonBlockingGenericDialog to hang when they were called using the run() macro function.
  • Fixed a bug that caused the Image>Zoom>To Selection command to sometimes not work as expected (window does not expand) when the alt key is down.
  • Fixed a bug that caused ROI Manager outlines created by the particle analyzer to not be displayed in batch mode macros.
  • Fixed a bug that caused File>Import>Text Image to not correctly open files containing "nan" (lower case "NaN") values.
  • Fixed a bug that caused the Edit>Selection>Restore Selection command to not work as expected after making a selection in the ROI Manager.
  • Fixed a bug that could cause the "Close All" command to throw an exception and cause ImageJ to hang.
  • Fixed a 1.49k regression in the behavior, when processing stacks, of the Process>Binary>Convert to Mask command and "Threshold" widget's "Apply" option.
  • Fixed a regression that caused the ROI Manager's "Show All" and "Labels" buttons to not be recorded.

New in ImageJ 1.49o (Jan 22, 2015)

  • extended the HTMLDialog class to support more text (wrapping lines, scrollbar) and hypertext links. This allows for longer GenericDialog help messages and "About this Plugin" dialogs (Java example).
  • "Live" mode z-axis profile plots and histograms are updated when you use a command in the Edit>Selection menu, such as shift-a (Select None).
  • y-units and z-units are saved with and read from tiff/zip files and special characters are preserved in units and description strings.
  • When opening AVI files, the open() macro function no longer displays a dialog box. To open an AVI as a virtual stack, use run("AVI...", "open=file_path use").
  • The measured values (left column) in the Analyze>Calibrate dialog are now validated. With 8-bit images, the values must be in the 0-255 range. With 16-bit images, they must be in the 0-65535 range.
  • added a Dialog.setLocation(x,y) macro function.
  • Added the IJ.openVirtual(path) method, which opens a TIFF file as a virtual stack.
  • added the GenericDialog.addImage(ImagePlus) method.
  • Added the setDisplayMode(), getDisplayMode() and setActiveChannels() methods to the ImagePlus class.
  • Added the ij.gui.RoiListener interface.
  • fixed a bug the caused the ROI Manager's More>>Remove Positions command to sometimes not work as expected.
  • fixed a bug that caused the open() macro function to fail when downloading .jar files from https servers.
  • fixed a bug that caused the "Channels" tool to not be correctly recorded except in "Macro" mode.
  • fixed bugs in the FileSaver and RoiManager classes that caused files to not be properly closed when errors occured.
  • fixed a bug that caused the waitForUser() dialog to be closed when the active image was closed.
  • fixed a bug that caused the File>Save As>Image Sequence command to not save overlays when saving in TIFF format.
  • fixed a bug that caused the Image>Stacks>Plot X-axis Profile command, when plotting a time series stack, to not work if the interframe interval was 0.
  • fixed a bug that could result in a confusing error message when running a plugin and a class is not found.
  • fixed a bug that caused updated "Width" and "Height" fields of the Image>Adjust>Size dialog to not be rounded.
  • fixed a 1.49n regression that caused the saveAs("Results",path) macro function to sometimes not work as expected.
  • fixed a 1.49k regression that caused the setupUndo() macro function to not work as expected.

New in ImageJ 1.49n (Dec 18, 2014)

  • ImageJ now requires Java 6 or later.
  • 16-bit image statistics are calculated faster, using less memory.
  • Thanks to Michael Schmid, overlays modified by PluginFilters are now restored if the dialog is canceled or preview is disabled.
  • Added the Opener.openLut() method (JavaScript example).
  • Thanks to Avital Steinberg, added a runCommand(ImagePlus,String) method to the ROI Manager (JavaScript example).
  • Thanks to Michael Schmid, fixed a bug with frequency domain FFT images that caused a slight (1-pixel) shift between the position indicated in the status bar and the cursor.
  • Thanks to Felix Keber, fixed a bug that sometimes caused the "Threshold" widget to not work correctly with 16-bit stacks.
  • Thanks to Norbert Vischer, fixed a bug that caused the shift-a shortcut for Edit>Selection>Select None to not work as expected after using Analyze>Plot Profile and clicking "Live" in the plot window.
  • Thanks to Olivier Burri and Peter Bankhead, fixed a bug that caused the Image>Type>32-bit command to sometimes incorrectly convert 8-bit images to 32-bit.
  • Thanks to Kay Schink, fixed bugs that caused the particle analyzer to not work correctly with hyperstacks.
  • Thanks to Jared Windover, fixed a bug that sometimes caused the saveAs("Results",path) macro function to not work as expected.
  • Thanks to Gabriel Landini, fixed a 1.49k regression that could cause a plugin using the ImageCalculator class to fail when the plugin was called from a batch mode macro.
  • Thanks to Marc Lartaud, fixed a 1.49k regression that made it difficult to modify and update an ROI selected in the ROI Manager.

New in ImageJ 1.49m (Nov 24, 2014)

  • Fixed a bug that caused ImageJ to incorrectly read 3 and 4 channel 16-bit planar TIFFs.
  • Fixed bugs that caused the setFunction() and setCTable() methods of the Calibration class to sometimes not work as expected.
  • Fixed a bug that caused the size of maximized windows to be reset when they were moved on Windows 7 and Windows 8.
  • Fixed a 1.49k regression that could cause the imageCalculator() macro function to fail when processing stacks in batch mode macros.
  • Fixed a 1.48 regression that caused 16-bit Zeiss SEM images to not open correctly.
  • Fixed a 1.49c regression that caused GIFs with color LUTs to open as RGB images.

New in ImageJ 1.49k (Nov 10, 2014)

  • The Histogram command does a better job of plotting histograms with more than 256 bins. To get a dialog that allows you to specify the number of bins, run the Histogram command by pressing alt-h.
  • The Process>FFT>FD Math command limits the image choices to power of 2 sizes and spatially calibrates the output image.
  • The table created by clicking on "List" in histogram windows is now a results table.
  • The "B&C" tool no longer disables undo.
  • When running on Java 8, ImageJ uses the Rhino JavaScript engine instead of the built in, but incompatible, Nashorn engine.
  • The JavaScript interpreter now supports the load() function.
  • An ROI selected in the ROI Manager is deselected when it is removed from the image.
  • The ImageCanvas.setSourceRect() method now sets the magnification and is more robust (JavaScript example).
  • Added the ij.macro.Debugger interface.
  • The run("Make Binary") macro function now supports a 'slice' option that allows stacks to be converted to binary using custom thresholding methods (example).
  • Fixed several bugs in the Make Binary and Convert to Mask commands.
  • Fixed a bug that caused the imageCalculator() macro function to not select the first (output) image in batch mode macros.
  • Fixed a bug that caused the calibration to not be updated after updating an existing plot window using the Plot.update() macro function.
  • Fixed a bug that caused Edit>Selection>Create Mask to not maintain the spatial calibration when converting selections into masks.
  • Fixed a bug that caused ImageJ to not correctly open 16-bit, 4 samples per pixel TIFFs, such as those created by VueScan.

New in ImageJ 1.49j (Oct 27, 2014)

  • Pixel hex values are displayed in the status bar when the cursor is moved over RGB images and over the color picker.
  • Added a "File name contains" option to the Process>Batch>Macro dialog box. As with File>Import>Image Sequence, regular expressions must be enclosed in The "Do not save X values" option in the Edit>Options>Profile Plot Options dialog now works with multiple plots.
  • Fixed a bug that caused the setThreshold(t1,t2) macro function, when t1 and t2 were equal, to not work as expected when used with the Create Mask command.
  • Fixed a bug that caused Process>Math>Log and the log() macro function to not correctly process values less than or equal to zero in 32 bit images.
  • Fixed a v1.49i regression that could cause the Measure command to throw an exception.

New in ImageJ 1.49i (Oct 15, 2014)

  • Impoved Results table auto-formatting.
  • The mouse behaves like an eraser if the alt key is held down while creating a polygon, freehand, polyline, freeline or angle selection.
  • Duplicate x columns in profile plot results tables are no longer repeated (example).
  • "Live" and "RGB" buttons are no longer added to stack histogram windows.
  • When the color picker background panel is in front, it is labeled "B" and the foreground panel is labeled "F".
  • Added the Array.fourier() macro function and FHT.fourier1D() method (example).
  • Added the ResultsTable.setDecimalPlaces(column,digits) method.
  • Fixed a bug that caused the particle analyzer to not work as expected when processing stacks using the "Overlay Outlines" or "Overlay Masks" options.
  • Fixed a bug that sometimes caused the wrong image to be activated after using the Split Channels command in macros not running in batch mode.
  • Fixed a bug that caused the BatchProcessor to not ignore hidden Thumbs.db files.
  • Fixed a bug that caused calibration bars to not be displayed correctly on contrast enhanced 8-bit images.
  • Fixed a bug that caused rounded rectangle selections to not be drawn correctly.
  • Fixed a bug that caused the "Intermodes" thresholding method to sometimes not work as expected.
  • Fixed bugs that could cause Fiji headless mode exceptions.
  • Fixed a bug that caused the RankFilters.rank(ip,radius,filterType,whichOutliers,threshold) method to ignore the 'threshold' argument.
  • Fixed a v1.49h regression that caused selections moved using the arrow keys to not be drawn correctly.

New in ImageJ 1.49h (Sep 20, 2014)

  • Selections in the ROI Manager and in overlays can be dragged by their labels. To show labels in the ROI Manager, click on the "Labels" checkbox. To show labels in an overlay, enable "Show labels" in the Image>Overlay>Labels dialog.
  • Thanks to Jeremy Adler, added "Type" and "Add to overlay" options to Edit>Options>Point Tool dialog. Note that the "Add to overlay" option is not available if the multi-point tool is active.
  • Thanks to Ilan Tal, single macro tools in the macros/toolsets folder added to the toolbar using the toolbar's ">>" menu are restored to the toolbar when ImageJ restarts, as long as the file name matches the tool name and there is a free toolbar slot.
  • Thanks to Philippe Carl and Jerome Mutterer, added the Roi.contains(x,y) macro function.
  • Thanks to Thomas Siegmund, the RoiManager's getRoisAsArray() method is now synchronized.
  • Thanks to Pedro Pepe, fixed a bug that caused the "Sum Method" of Image>Stacks>Z Project to not work correctly with signed 16-bit stacks.
  • Fixed a bug that caused the makePoint(x,y) macro function to not work correctly with non-integer coordinates.
  • Thanks to Norbert Vischer, fixed a bug that sometimes caused setThreshold() to fail in batch mode macros.
  • Thanks to Pedro Ramos Cabrer and Michael Schmid, fixed a 1.46 regression that caused 4 or 5 parameter custom curve fits to be much slower.
  • Fixed a regression than sometimes caused the Image>Duplicate command to not be correctly recorded.

New in ImageJ 1.49g (Sep 20, 2014)

  • Thanks to Jon Harman, pinch to zoom works on Windows 8 tablets and touch screen laptops.
  • Thanks to Sean Smith, mouse wheel scrolling is faster on Windows.
  • Improved script-mode recording of commands in the Edit>Selection submenu.
  • Thanks to Neil Fazel, fixed a bug that caused the Analyze>Tools>Save XY Coordinates command to not work with NaN backgrounds.
  • Thanks to Richard Pastrick, fixed a bug in the TiffDecoder that caused it to sometimes incorrectly read the XResolution and YResolution tags.
  • Thanks to Jan Eglinger, fixed a 1.49f regression that caused Image>Overlay>Flatten to fail with composite images.

New in ImageJ 1.49f (Sep 20, 2014)

  • Thanks to George H, the particle analyzer's "Summary" window has an associated ResultsTable and has "Rename" and "Duplicate" commands in its File and contextual (right-click) menus (macro example, JavaScript example).
  • Thanks to Gabriel Schweighause and Michael Schmid, the second argument (delimiters) of the split() macro function can be a regular expression enclosed in parentheses.
  • Thanks to Aaron Schain, fixed bugs that caused layout problems when resizing hyperstacks, especially when "Scale to Fit" resizing by holding down the alt key.
  • Thanks to Gilles Carpentier, fixed a 1.49e regression that caused the split() macro function to sometimes not behave as expected.
  • Thanks to Biafra Ahanonu, fixed a 1.47 regression in the Image>Scale command that caused unwanted cross-talk in the x,y plane when downsampling in z.
  • Thanks to Olivier Burri, fixed a regression that sometimes caused Image>Stacks>Add Slice to throw an exception when adding a channel to a hyperstack.

New in ImageJ 1.49e (Sep 20, 2014)

  • Added the Edit>Options>Startup command.
  • Thanks to Norbert Vischer, added an "Adjust interval to match" option to the Edit>Selection>Interpolate dialog. This option adjusts the interval so that the steps between the first and last point are equidistant.
  • Thanks to Philippe Carl, the ROI Manager now insures that a selection activated by clicking on its label in the image is made visible in the list.
  • Thanks to Ilan Tal, plugin tools can now have right-click popup menus (example).
  • Thanks to Norbert Vischer, you can select a function name in the macro editor and use Macros>Macro Functions to get a description of that function.
  • Thanks to Christophe Deroulers, added a deselect() method to the RoiManager class.
  • Thanks to Neil Fazel, fixed a bug that caused error bars added using the Plot.add() macro function to not appear if the data points were added using Plot.add() (example).
  • Thanks to Marc Lartaud and Michael Schmid, fixed a bug that caused Feret's diameter of selections created with the selection brush tool on spatially calibrated images to be reported in pixels.
  • Thanks to Vytas Bindokas, fixed a bug that caused Edit>Selection>Create Mask to create a blank mask when it was used with a thresholded image in "select all" mode.
  • Thanks to Nikolaus Szeverenyi, fixed a bug that caused upper threshold values entered into the Image>Adjust>Threshold "Set" dialog to be reset to the highest pixel value in the image.
  • Thanks to Gabriel Schweighause and Michael Schmid, fixed a bug that caused the split() macro function to not correctly parse lines with empty cells in comma-delimited CSV files.
  • Thanks to Ilan Tal, fixed a bug that caused plugin tools with hints in parenthesis to not be installed when ImageJ restarted.
  • Thanks to Gilles Carpentier, fixed a v1.48 regression that caused IJ.log("\n") to not add a blank line to the Log window.
  • Thanks to Christophe Deroulers, fixed a v1.49c regression that caused ROI Manager list selections to not be recorded.

New in ImageJ 1.49d (Sep 20, 2014)

  • Thanks to Philippe Carl and Neil Fazel, horizontal error bars can now be added to plots (example).
  • Thanks to Alan Brooks, non-uniform x and y units are now used in image subtitles (example) and by the Show Info, Specify, Rotate Right, Rotate Left and Surface Plot commands.
  • Added a "Translate" command to the ROI Manager.
  • Plugins>Install now installs tools with names ending in "Tool.txt", "Tool.ijm" and Tool.class" in the toolbar and saves a copy of the tool in the plugins/Tools folder.
  • Thanks to Neil Fazel, the Overlay.drawString() macro function supports multiline strings.
  • Thanks to Michael Schmid, added the getInfo("window.title") macro function.
  • Thanks to Michael Schmid, added the FHT.transform1D() and FHT.inverseTransform1D()methods (example).
  • Thanks to David Gauntt, fixed bugs that could cause the DicomDecoder#getFileInfo() method to hang when attempting to open non-DICOM files.
  • Fixed a bug that caused Help>Refresh Menus and Plugins>Install to delete macros installed in the Plugins>Macros menu.
  • Thanks to Jan Brocher, fixed a bug that caused RoiManager methods called from plugins to be recorded.
  • Thanks to Andrew Porter, fixed a v1.49 regression that caused some imported TIFF stacks to open incorrectly.
  • Thanks to Mark Tsuchida, OS X 10.7 and later no longer displays an "ImageJ is damaged and can't be opened" error message. Instead, it displays an "ImageJ can't be opened because it is from an unidentified developer" message, which can be bypassed by right clicking and selecting "Open" from the drop down menu.

New in ImageJ 1.49c (Sep 20, 2014)

  • Selections added to an overlay by the Measure command are removed when the corresponding rows in the Results table are cleared.
  • Animated GIFs can now be opened using File>Open and drag and drop.
  • Overlays are rendered when saving images as GIFs or stacks as animated GIFs.
  • The Analyze>Label command now displays a dialog box that suggests using the "Add to manager" option in Analyze>Set Measurements.
  • Thanks to Lars Damgaard, the run("Image Sequence... ", "...") macro function (File>Save As>Image Sequence) works with single images.
  • When duplicating virtual stacks, progress information is displayed in the status bar.
  • Added the setOption("ShowAngle",boolean) macro function, which determines whether or not "Angle" is reported when measuring straight line lengths.
  • Added the IJ.getFullVersion() macro function.
  • Thanks to Philippe Mailly, added a public multiMeasure() method to the ROI Manager and upgraded the recorder to support this method (example).
  • Thanks to Nicolas Casadei, fixed a bug that caused macros to not reset the "escapePressed" flag, which sometimes caused "INTERRUPTED" to be displayed in the status bar and the macro to not work as expected.
  • Thanks to Christian Renicke, fixed a bug that caused the Brightness/Contrast and Color Balance tools to not work as expected on RGB stacks after an "Apply" operation.
  • Thanks to Matthew Pearson, fixed a bug in the IJ.renameResults() macro function that caused it to sometimes not work as expected if a column had been added using setResult() calls.
  • Thanks to Bryan Callahan and Curtis Rueden, fixed a bug that caused the run("Profile Plot Options...","...") macro function to throw an exception in Fiji headless mode.
  • Thanks to Neil Fazel, fixed a bug that caused Analyze>Plot Profile to not correctly display plot x and y coordinates at the bottom of the plot window when a fixed y-axis scale was used.
  • Thanks to Antoine Vandecreme, fixed a bug that caused ImageJ to incorrectly open non-8bit TIFFs that were missing the BitsPerSample tag.
  • Thanks to Norbert Vischer, fixed a bug in Image>Show Info that caused it to display the pixel size using inadequate precision.
  • Thanks to Philippe Carl, fixed a bug in the setThreshold() macro function that caused it to not update the "Threshold" window.
  • Thanks to Philippe Carl, fixed a bug in the "Threshold" window's "Set" option that caused the plot and scrollbars to not be updated.
  • Thanks to Grimper, fixed a bug that caused the setForegroundColor() macro function to not work in headless mode.
  • Thanks to Tara Ficken and Simon Runde, fixed bugs that sometimes caused ImageJ to incorrectly import TIFF stacks.
  • Thanks to Philippe Carl, fixed ROI Manager bugs that caused it to unexpectedly move selections when using the arrow keys, and to not deselect when switching between images.
  • Thanks to Tiago Ferreira, fixed a v1.48m regression that sometimes caused the "List..." button in plot windows to display an empty table.
  • Thanks to Gabriel Landini, fixed a v1.49 regression that caused cached versions of the blobs.gif sample image to open without an inverting LUT.
  • Thanks to Kees Straatman, fixed a regression that caused the straight line tool to not be recorded.

New in ImageJ 1.49b (Sep 20, 2014)

  • Thanks to Jeff Spector, Image>Stacks>Reslice can now create multichannel kymographs from time-lapse 4D hyperstacks (c>1,z=1,t>1) .
  • Thanks to Kenneth Sloan, the width and color of the paintbrush tool can be set using macros (example).
  • The Gel Analyzer now labels lanes with a white number on a black background.
  • The "Fixed y-axis scale" option in the Edit>Options>Profile Plot Options dialog is no longer saved in the preferences file.
  • Thanks to Gabriel Landini, the Plugins>Compile and Run command compiles plugins that us the 3D Viewer. (example).
  • Thanks to Christopher Coulon, fixed a bug that caused Image>Overlay>Flatten to not transfer metadata to the output image.
  • Thanks to Christophe Leterrier, fixed a bug that caused Process>Enhance Contrast to sometimes not correctly set the display range of stacks when "Normalize" was enabled.
  • Thanks to Sidnei Paciornik, fixed a bug that caused the "n_situ" particle analyzer option to not work as expected when analyzing a single stack image (example).
  • Thanks to Sidnei Paciornik, fixed a bug that caused the particle analyzer to hang when processing an 8-bit image and the threshold was set to 0-255.
  • Thanks to Marcel Austenfeld, fixed a bug that caused Image>Stacks>Orthogonal Views to sometimes freeze and/or throw a StackOverflow exception when the user dragged in the "XZ" or "YZ" windows.
  • Fixed bugs related to cropping and projecting stacks with labeled overlays.
  • Thanks to Tara Ficken, fixed bugs that caused some float and int32 TIFFs to be read incorrectly.
  • Thanks to Jeremy Walker, fixed a v1.47o regression that caused the getResult() macro function to not be able retrieve numbers added as strings to the results table.
  • Thanks to Christophe Deroulers, fixed a v1.49a regression that sometimes caused progress bars to not work as expected.

New in ImageJ 1.49a (Sep 20, 2014)

  • Added a "Paint on overlay" option to the built in brush tool's options dialog. Add the built in brush tool to the toolbar by selecting "Brush" from the toolbar's ">>" menu.
  • Analyze>Tools>Save XY Coordinates saves the coordinates and values of pixels inside selections to a .csv file.
  • added a "Title:" field to the dialog displayed by Edit>Selection>Straighten when the line width is one or when processing a stack.
  • Selections created by the selection brush tool are deleted after they are added to an overlay.
  • Plugins>Install recognizes .zip files.
  • Added the makeArrow() macro function (example).
  • Added the Stack.toggleChannel() macro function (example).
  • The showProgress(progress) macro function displays subordinate progress bars as moving dots when 'progress' is negative (macro example, script example).
  • Edit>Options>Memory & Threads no longer limits the number of threads to 32.
  • Added the IJ.setProperty(String,Object) and IJ.getProperty(String) methods, which are useful for passing data between plugins.
  • Added the MultiLineLabel#setText() method (example).
  • Fixed a bug that caused the recording mode to not be saved when quitting ImageJ with the Recorder open.
  • Thanks to Mats Nilsson, fixed a bug that caused the getInfo() macro function and ImagePlus#getStringProperty() method to not work with DICOM tags containing letters.
  • Thanks to Norbert Vischer, fixed a bug the caused the Array.findMaxima() macro function to throw an exception when the array length was one.
  • Fixed a bug that caused images with overlays containing black transparent images to not be correctly saved and restored.
  • Thanks to Jan Brocher, fixed a v1.48 regression that caused changes made in the Image>Overlay>Add to Overlay dialog (displayed when you press alt+b) to not be remembered.
  • Thanks to Kees Straatman, fixed a bug that caused the recorder to incorrectly record the Process>Binary>Convert to Mask command.
  • Thanks to Chris Weisiger, fixed a bug in Image>Stacks>Othogonal Views that caused it to fail with extened StackWindows with custom controls.
  • Thanks to Philippe Carl, fixed a v1.48t regression that caused the Plot#drawNormalizedLine() method to not work with log plots.

New in ImageJ 1.48v (Aug 19, 2014)

  • Plot and Histogram windows are no longer centered on the screen.
  • Added the Overlay.clear and setOption("Add to overlay",boolean) macro functions.
  • Thanks to David Knecht, commands listed in the Plugins>Shortcuts>List Shortcuts and Plugins>Shortcuts>Create Shortcut dialogs are sorted with case ignored.
  • Thanks to Denis Roussel, changed an incorrect Javadoc reference in PlugInFilter.java from SUPPORTS_STACKS to DOES_STACKS.
  • Thanks to Johannes Schindelin, added @link tags to the PlugInFilter.java Javadocs.
  • Fixed a bug that caused the progress bar to not terminate after dragging a jar file to the "ImageJ" window.
  • Fixed a bug that caused the roiManager("add") macro function to unexpectedly set the stack position of the source selection.

New in ImageJ 1.48u (Aug 19, 2014)

  • Selections added to overlays by the Measure command when "Add to Overlay" is enabled in Analyze>Set Measurements are labeled with the measurement number.
  • Thanks to Ted Toal, Image>Zoom>Set sets the zoom center based on a point selection and it no longer enlarges the window.
  • Thanks to Norbert Vischer, the macro debugger's Array Inspector now flags array value changes.
  • Added getStringProperty(key) and getNumericProperty(key) methods to the ImagePlus class.
  • Added a TextWindow constructor that accepts an ArrayList.
  • Thanks to Johannes Schindelin, added the GenericDialog#isPreviewActive() method.
  • Thanks to Herbie Gluender, fixed a bug that caused the output of the Plot Profile and Measure commands to be inconsistent with horizontal or vertical one pixel wide straight line selections.
  • Thanks to Gabriel Landini, fixed a bug that could cause the Results table to be displayed very slowly on Java 1.7 and 1.8.
  • Thanks to Burni, fixed a bug that prevented the ImageWindow.setNextLocation() method from working with windows normally centered on the screen, such as plot windows.
  • Fixed a v1.48 regression that caused the run("Add Selection...", options) macro function to not work as expected with text selections.
  • Thanks to Johannes Schindelin, fixed a v1.48r regression that caused the "Fonts" dialog to be displayed multiple times or incorrectly if you double-clicked the text tool icon multiple times.
  • Thanks to Johannes Schindelin, Gabriel Landini and Volker Baecker, fixed a v1.48r regression on Linux that caused ImageJ to freeze when opening a NonBlockingGenericDialog such as the text tool or arrow tool options dialogs.

New in ImageJ 1.48t (Aug 19, 2014)

  • Thanks to Ted Toal, holding down the alt key prevents the '+' command (Image>Zoom>In) from enlarging the window.
  • ImageJ remembers the location of the first small image opened.
  • Thanks to Norbert Vischer, Plugins>Utilities>Capture Image hides the zoom indicator.
  • Thanks to Dimiter Proanov, Image>Stacks>Plot Z-axis Profile displays the plot in calibrated units.
  • Thanks to Michael Schmid, added a File>Revert command to the text editor.
  • Fixed the Undo command in the text editor and added the Edit>Balance command, which locates the pair of curly braces or parentheses that surround the insertion point.
  • Thanks to Norbert Vischer, the text editor's Edit>Balance command handles '{' and '}' in comments and quotes, handles '[' and ']' brackets, handles escaped characters and detects errors if nested pairs are not balanced.
  • The Edit>Options>Compiler command now supports Java 1.8.
  • Thanks to Lorenz Maier, the run("Macro...", options) function now works when the options string starts with "v=" instead of "code=v=".
  • Thanks to Nico Stuurman, fixed a bug that caused the GaussianBlur.blurGaussian() method to throw an exception if the image had an ROI.
  • Thanks to Michael Schmid, fixed a bug that could cause the BackgroundSubtracter#rollingBallBackground() method to throw an exception when called with a FloatProcessor.
  • Thanks to Carnë Draug and Johannes Schindelin, fixed a bug that caused the File.directory macro function to not return the expected value after calling open(path).
  • Thanks to Carnë Draug, fixed a bug that precluded running macro files without extensions from the command line.
  • Thanks to Bill Heeschen, fixed a bug that caused Image>Duplicate to shift any non-rectangular selection in the source image to x=0, y=0.
  • Thanks to Jochen Cammin, fixed a bug in File>Import>Raw that caused it to only load the first slice from each file when "Open all files in folder" was checked.
  • Thanks to Julio Buonfigli, fixed a bug that caused the File>Compile and Run command in the text editor to throw an exception if the file name did not end in ".java".
  • Thanks to Philippe Carl, fixed bugs that caused the drawLine(), drawNormalizedLine() and drawDottedLine() methods of the Plot class to not work with log plots.
  • Thanks to Norbert Vischer, fixed a bug in Image>Zoom>Set that caused it to not correctly set the window size of stacks with selections.
  • Thanks to Eric Denarier, fixed a bug that caused Image>Overlay>From ROI Manager to not work in batch mode macros.
  • Thanks to Ted Toal, fixed a bug in the setResult() macro function that caused it to not work as expected when changing a string value in the Results table.
  • Thanks to Norbert Vischer, fixed a bug that sometimes caused the getProfile() and run("Plot Profile") macro functions to not work as expected.
  • Thanks to Lorenz Maier, fixed a bug that could cause Process>Math>Macro to throw a null pointer exception.
  • Thanks to Michael Schmid, fixed a bug that caused Process>Math>Gamma to not check for invalid gamma values in preview mode.
  • Thanks to Ilan Tal, fixed a regression that caused the "B&C" and "Threshold" windows to not remember their positions when the "ImageJ" window was closed.

New in ImageJ 1.48s (Aug 19, 2014)

  • Thanks to Johannes Schindelin, added the Window>Main Window [return] menu command. On Windows, the command is Main Window [enter].
  • Thanks to Philippe Gendre, added a "Marker size:" menu to the Edit>Options>Point Tool dialog box. The choices are "Tiny", "Small" (the default), "Mediam" and "Large".
  • Thanks to Jeremy Sword, added a "Zero transparent" option to the Edit>Selection>Image to Selection and Image>Overlay>Add Image commands.
  • The recorder no longer records default options (e.g., 'size=0-Infinity') when recording Analyze>Analyze Particles, File>Import>Image Sequence and Image>Stacks>Z Project.
  • Image>Show Info displays the image's screen location and, in parentheses, the screen dimensions.
  • Plugins>Utilities>ImageJ Properties displays "Max window bounds" and the bounds of all monitors on systems with multiple monitors.
  • When creating a straight line selection, the angle displayed in the status bar is now calculated using sub-pixel resolution.
  • Added the GenericDialog.setSmartRecording() method, which allows plugins to suppress recording of default dialog box parameters.
  • Thanks to Matt Smith, fixed a bug that could cause a deadlock when using the stack window scrollbar to move through the slices.
  • Thanks to Jiri Janacek, fixed a bug that caused alt-click removal of a point selection to fail if the point was over an overlay element.
  • Thanks to Aaron Schain, fixed a bug that caused Image>Stacks>Tools>Concatenate to sometimes not work as expected with hyperstacks.
  • Thanks to Stoyan Pavlov, fixed a bug in the Roi Manager that caused ROIs to not be updated after changing the position in the More>>Properties dialog box.
  • Thanks to Josh Balsam, fixed a bug in Image>Stacks>Tools>Make Substack that caused it to not work in batch mode macros.
  • Thanks to Ryota Homma, fixed a bug that caused NonBlockingGenericDialogs to not be removed from the Window menu when the dialog was closed.
  • Thanks to Jan Brocher, fixed a bug that caused Edit>Selection>Make Band to fail if "EDM output" was not set to "Overwrite" in Process>Binary>Options.
  • Fixed a bug that could cause the "ImageJ" window to open behind the Windows taskbar.
  • Thanks to Gabriel Landini, fixed a 1.48r regression that caused the Image>Adjust>Threshold dialog to throw an exception if it was activated when already open.
  • Thanks to John Lim, fixed a 1.48q regression that caused the run("RGB Color") macro function to not work as expected with composite color images in batch mode macros.

New in ImageJ 1.48r (Aug 19, 2014)

  • Added "Angle", "Color" and "Bkdg" (background color) choices to the dialog displayed when you double click on the text tool or use the Edit>Options>Fonts command.
  • Thanks to Michael Schmid, the Image>Adjust>Threshold dialog displays the percentile of thresholded pixels, along with other improvements (details).
  • With text selections, the Edit>Selection>Properties dialog adds a "Angle:" field and a "Antialiased text" checkbox.
  • Improved text tool recording.
  • NonBlockingGenericDialogs are added to the Window menu.
  • Thanks to Michael Schmid, the Edit>Crop command is undoable.
  • Thanks to Aryeh Weiss, added the RoiEncoder.save() and RoiDecoder.open() methods (example).
  • Thanks to Aryeh Weiss, fixed bugs that caused the recorder to not work as expected when using the ROI Manager to save a single ROI.
  • Thanks to Norbert Vischer, Analyze>Set Scale no longer changes the voxel depth if it is set to a value other than 1.0 (the default value).
  • Thanks to Michael Kummer, fixed a bug that caused ROIs with widths or heights greater than 65535 to not be saved correcty.
  • Fixed a 1.48q reqression that caused CompositeImage unit test errors.
  • Thanks to Norbert Vischer, fixed a bug that caused voxel depths of zero to not be saved in the TIFF header.
  • Thanks to Michael Schmid, fixed bugs that caused the ImageJ menus to disappear on Macs when using the "Threshold", "B&C", "Channels", "CP" (Color Picker) and "Command Finder" dialogs.
  • Fixed a bug that caused the text tool to draw the text outline in the foreground color instead of the selection color.

New in ImageJ 1.48q (Aug 19, 2014)

  • Image>Overlay>Flatten now works with non-RGB stacks and hyperstacks.
  • Thanks to Michael Schmid, the Edit>Selection>Specify command adds a "Constrain square/circle" option, supports non-integer numbers and no longer moves the selection when 'Centered' or 'Scaled units' are checked.
  • Thanks to Jerome Mutterer, added a setAngle() method to the TextRoi class (example1, example2, example3).
  • Thanks to Dimiter Prodanov, Image>Stacks>Plot Z-axis Profile, in "Live" mode, draws a vertical line on the plot that corresponds to the current stack position.
  • Thanks to Jean-Olivier Irisson, added setNormalize(boolean), setProcessStack(boolean) and setUseStackHistogram(boolean) methods to the ContrastEnhancer class.
  • Added the Overlay.setFillColor() macro function (example).
  • Thanks to Mark Hiner, the CompositeImage constructor no longer converts stacks to channels when the number of slices is less than eight if the dimensions have been set or if the mode is IJ.GRAYSCALE.
  • Thanks to Marcel Boeglin, added the ImagePlus.flattenStack() method.
  • Fixed a bug that caused horizontal and vertical lines in overlays in to be deleted when duplicating or cropping images.
  • Thanks to Nicolas Brouilly, fixed a bug that caused scales greater than 2,147,483 pixels/unit to be saved incorrectly in the TIFF header.
  • Fixed a bug that caused File>Open Next to not work as expected with TIFF files with overlays.
  • Thanks to Norbert Vischer, fixed a bug that caused the close(wildcard) macro function to sometimes not keep current image active.
  • Fixed a bug that caused the ImagePlus.hide() method to remove overlays.
  • Fixed a bug that caused macro run() calls using the keyword 'stack' in the options string to fail after the "d" (Draw) or "f" (Fill) keyboard shortcuts had been used.
  • Thanks to Marcel Boeglin, fixed bugs that caused Image>Overlay>Flatten to not work correctly with hyperstacks and to not be correctly recorded.

New in ImageJ 1.48p (Aug 19, 2014)

  • Added an "Overlay" option to the Analyze>Tools>Calibration Bar dialog box.
  • Image>Color>Split Channels and Image>Hyperstacks>Reduce Dimensionality are faster and preserve slice and frame positions.
  • The Image>Color>Make Composite command no longer displays the "Channels" window or resets the slice position.
  • The Help>Update ImageJ dialog now appends the daily build number, if it exists, to the "You are currently running" version.
  • When processing stacks, a "List thresholds" option is added to the Process>Binary>Make Binary dialog box.
  • The Image>Color>Merge Channels command no longer attempts to auto-fill its dialog unless there are open images created by Image>Color>Split Channels.
  • Added a DEBUG option to the ImageJ constructor. For example, a Java program can run ImageJ invisibly in debug mode using "new ImageJ(ImageJ.NO_SHOW+ImageJ.DEBUG)".
  • Thanks to Philippe Carl, added the GenericDialog.getRadioButtonGroups() method.
  • Added the TextRoi(String,double,double,Font) constructor that can be used as a drop-in replacement for the drawString() macro function and the ImagePlus.drawString() method.
  • Thanks to Jon Nathan, fixed a bug that caused radio buttons in GenericDialogs to not generate dialogItemChanged events (example).
  • Thanks to Ashley Peery, fixed bugs in Image>Color>Merge Channels that caused it to not correctly merge more than three RGB images and to ignore the "Make composite" option when merging RGB images.
  • Fixed a bug that caused Image>Stacks>Z Project to not correctly show progress when processing hyperstacks.
  • Fixed a bug that caused the getSelectionCoordinates() macro function to not work as expected with selections created using makeOval().
  • Thanks to Neil Fazel, fixed a bug that caused File>Import>Text Image to skip the first line of the text image if it consisted of all NaNs.
  • Thanks to Tiago Ferreira, fixed a bug that caused the particle analyzer to sometimes unexpectedly display the Results table if "Stack position" was enabled in Analyze>Set Measurements.

New in ImageJ 1.48o (Aug 19, 2014)

  • Fixed a 1.48n regression than caused the "-" (zoom out) command to sometimes display invalid zoom indicators.

New in ImageJ 1.48n (Aug 19, 2014)

  • Thanks to Norbert Vischer, Image>Zoom>Set now works with selections (example).
  • Added the Image>Zoom>Scale to Fit command.
  • Fixed a 1.48m regression than caused the "-" (zoom out) command to sometimes not work correctly with images magnified 100% or less.

New in ImageJ 1.48m (Aug 19, 2014)

  • Thanks to Dimiter Prodanov, Image>Stacks>Plot Z-axis Profile now supports "Live" profiling.
  • Thanks to "aschain", the channel-slice-frame priority used by the ">" (Next Slice) and "Options>Misc. Also, typing ">" or "

New in ImageJ 1.48k (Aug 19, 2014)

  • Added a "previous" choice to the Help>Update ImageJ command.
  • Thanks to Marcel Boeglin, the Image>Stacks>Z Project, Image>Type>RGB Color and Image>Color>Stack to RGB commands now support overlays.
  • Added a TextRoi(x,y,width,height,string,font) constructor that is useful for creating centered and right-justified text selections (example).
  • Thanks to Marcel Boeglin, fixed a bug that caused right-justified text selections to not be correctly saved and/or retrieved.
  • Fixed a v1.48h regression that caused TrakEM2 tools to not work as expected.
  • The Convert Overlay To Icon macro converts an overlay or selection in a 16x16 image into a tool icon.

New in ImageJ 1.48j (Aug 19, 2014)

  • The toolbar is now expandable, with support for up to 15 custom tools.
  • Added the String.show(string) and String.show(title,string) macro functions.
  • Added a 'G' (draw polygon) command to the macro tool icon generation language (example).
  • Thanks to Thomas Suchyna, the Image>Adjust>Threshold window is resizable on Linux and Windows.
  • Thanks to Norbert Vischer, fixed a bug that caused Edit>Selection>Straighten to throw an exception with composite color images with straight line selections.
  • Thanks to Marcel Boeglin, fixed a bug in the Overlay.crop() method that sometimes caused the cropped overlay to be shifted.
  • Thanks to Marcel Boeglin, fixed bugs in Image>Hyperstacks>Reduce Dimensionality that caused it to not work correctly with overlays and with one channel hyperstacks.
  • Thanks to Mats Nilsson, and Johannes Schindelin, fixed a 1.48h regression that caused the getInfo(DICOM-tag) macro function to return empty strings or unexpected values.
  • Thanks to Dietmar Kunz, fixed a v1.48f regression that caused the ImageProcessor.duplicate() method to sometimes not work as expected.

New in ImageJ 1.48i (Aug 19, 2014)

  • The "Abort Macro or Plugin" action tool (used by Fiji) is not installed if its installation would result in no free tool slots.
  • Thanks to Michael Cammer, fixed a bug that caused the Overlay.setPosition() macro function to not work as expected with Overlay.drawSting().
  • Thanks to Davide Heller, fixed a bug in Process>Binary>Skeletonize that could result in disconnected segments (test image).
  • Thanks to Pierre, fixed a bug that sometimes caused spline fit segmented lines to shift 0.5 pixels up and to the left after using Edit>Selection>Interpolate.
  • Thanks to Aryeh Weiss and Jay Unruh, fixed a 1.48h regression that could cause Fiji to fail to start if there were AutoRun macros.

New in ImageJ 1.48h (Aug 19, 2014)

  • Replaced the blank "Unused Tool" slot in the toolbar with a 9 pixel gap. The toolsets on the ImageJ website without an "Unused Tool" have been updated to use no more than seven tools.
  • Thanks to Jerome Mutterer, added a "List properties" option to the Edit>Selection>Properties dialog box.
  • Thanks to Sebastien Octeau, added a "Skip dialog when opening .raw file" option to the Edit>Options>Input/Output dialog box.
  • Thanks to Norbert Vischer, the information shown in the Help>About ImageJ window is displayed in a text window when you press "i" (Image>Show Info) and is therefore easily copied to the clipboard.
  • Changed the default file extension for tables from ".txt" to ".csv" (comma-separated values).
  • Added "Insert", "Info" and "Close" buttons to the dialog opened by the macro editor's Macros>Function Finder command.
  • Plots created by Analyze>Calibrate always use an x range of 0-255 with 8-bit images.
  • The makeRectangle() and makeOval() macro functions support subpixel resolution.
  • Thanks to Jerome Mutterer, added getProperty(), setProperty() and getProperties() methods to the Roi class and Roi.getProperty(), Roi.setProperty() and Roi.getProperties() macro functions (example).
  • Thanks to Norbert Vischer, added setBatchMode("show") and setBatchMode("hide") macro functions.
  • Added Roi.getBounds(), Roi.getColor, Roi.getFillColor, Roi.getCoordinates(), Roi.getName, Roi.setFillColor(), Roi.setLocation(), Roi.setName(), Roi.setStrokeColor() and setStrokeWidth() macro functions (example).
  • Fixed a bug that caused toolbar icons to sometimes be drawn incorrectly.
  • Thanks to Michael Schmid, fixed a bug in Process>Noise>Salt and Pepper that caused it to omit the last column and row of the image.
  • Thanks to Michael Schmid, fixed bugs in the macro interpreter that caused expressions in the form s+"abc", where 's' is a string variable, to cause macros to abort when used as a function argument or used in a 'return' statement.
  • Thanks to Patrick Page-McCaw, fixed a bug that sometimes caused the particle analyser, when run from a plugin, to display a "No particles were detected..." dialog.
  • Thanks to Norbert Vischer, fixed a bug that caused an exception if the Size or Circularity fields in the particle analyzer dialog box were blank.
  • Fixed a bug that caused the wand tool to not be correctly recorded if the Recorder was not in "Macro" mode.
  • Thanks to Rainer Engel, fixed a bug that caused the particle analyzer to sometimes unexpectedly add selections to overlays.
  • Thanks to Norbert Vischer, fixed a bug that caused the LUT to be incorrect after switching channels in a batch mode macro.
  • Fixed a bug that caused the ROI Manager to sometimes unexpectedly display a "Save n ROIs as an overlay" message.
  • Holger Lorenz contributed the Sphere Builder and Ellipsoid Builder, macros that create spheres/ellipsoids as 3D stacks.
  • Ved Sharma has released Invadopodia tracker, a plugin for analyzing invadopodia dynamics parameters from fluorescence time-lapse movies.

New in ImageJ 1.48g (Aug 19, 2014)

  • Increased the size of toolbar icons from 26x26 to 28x28 pixels, which increased the width of the "ImageJ" window by 42 pixels.
  • Reduced the height of the status bar and increased the font size.
  • Increased the default menu font size on Windows from 14 to 15 points.
  • Added a "Fill with" option of "Random" to the File>New>Image dialog box.
  • Thanks to Michael Schmid, File>Save As>Tiff and File>Save As>ZIP now save the FFT data of FFT windows, except for FFTs of RGB images.
  • The File>New>Hyperstack command now labels using an overlay.
  • The Image>Show Info command displays overlay information.
  • Thanks to Michael Schmid, added the getInfo("window.type") macro function.
  • Thanks to Nico Stuurman, added setPaintPending() and getPaintPending() methods to the ImageCanvas class.
  • Thanks to Marcel Boeglin, added translate(x,y) (JavaScript example) crop(Rectangle), crop(firstSlice,lastSlice) and crop(firstC,lastC,firstZ,lastZ,firstT,lastT) methods to the Overlay class.
  • Thanks to Marcel Boeglin, fixed bugs that caused Image>Crop and Image>Duplicate to sometimes not work correctly with images containing overlays.
  • Fixed a 1.48f regression that caused unexpected Feret's diameter angles to be returned.
  • Fixed a bug that sometimes caused selections to not be correctly restored to the last slice or frame of a hyperstack.
  • Thanks to Barry DeZonia, fixed bugs that could cause the Image>Transform>Bin command to not work correctly on float images with negative pixel values.
  • Fixed a bug that sometimes caused custom tool preferences to not be correctly saved.
  • Packt Publishing has released Image Processing with ImageJ, a 140 page introduction to ImageJ available in either e-book or paperback format, written by Javier Pascau and José María Mateos Pérez.

New in ImageJ 1.48f (Aug 19, 2014)

  • The Recorder now records File>Import>Import URL as open(url) (macro mode) or imp=IJ.openImage(url) (script or Java mode).
  • Thanks to Michael Schmid and Audrey O'Neill, ImageJ can now open MJPG-encoded files where the size of the JPEG frames differs from the size of the movie frames.
  • Thanks to Jan Eglinger, fixed a bug that caused the Recorder to record duplicate parameters when recording IJ.getFilePath().
  • Thanks to Ivan Micetic, fixed a bug that caused File>Revert to not restore image properties and LUTs.
  • Thanks to Christophe Leterrier, fixed a v1.48a regression that caused selections names longer than 20 characters displayed in the results table to be truncated.
  • Thanks to Bill Heeschen, fixed a v1.48e regression that caused the Process>Filters>Convolve command to fail.
  • Jerome Mutterer contributed the LineAndProfileTool macro tool, which creates a line selection while displaying the corresponding profile plot as an overlay.

New in ImageJ 1.48e (Aug 19, 2014)

  • Thanks to Michael Schmid, plots now use scientific notation for large numbers and the curve fitter no longer runs on the event queue and can be aborted.
  • Changed the ROI Manager's "Remove Slice Info" command to "Remove Positions...".
  • Line selections are always drawn offset 0.5 pixels down and to the right regardless of the "Sub-pixel resolution" option in Edit>Options>Profile Plot Options.
  • Thanks to Miettinen Arttu, File>Import>Raw now decodes image dimensions embedded in file names (e.g., "name1_512x512.raw", "name2_256x256x256.raw").
  • The default "Fill with:" option in the File>New>Image dialog is now "Black" and the default foreground color is white and the default background color is black.
  • Added a "Help" button to the Analyze>Gels>Gel Analyzer Options dialog box.
  • Fixed a 1.48d regression the caused the "Simplex Fitting Options" dialog in Analyze>Tools>Curve Fitting to throw and exception when performing user-defined fits.
  • Thanks to Michael Schmid, fixed a curve fitting bug which could cause unintended values for the initial parameters (resulting in more iterations than necessary).
  • Thanks to Peter Haub, fixed a bug that caused the CommandListener interface to not work as expected when ImageJ was exited by clicking on the "ImageJ" window's the close box.
  • Thanks to Pavol Bauer, fixed a bug that caused Process>Batch>Macro to not open .lsm files using Bio-Formats when the LSM_Reader plugin was not installed.
  • Fixed a bug in the new File>Open Samples>Cache Sample Images command that caused it to throw an exception.
  • Thanks to Michael Schmid, fixed a bug that caused the spline fitter to sometimes not work as expected (example).
  • Thanks to David Bragason, fixed a bug that made it impossible to subtract from a selection or create a centered oval selection if there was an underlying overlay.
  • Fixed a bug that caused the bounding box of spline fit selections to be incorrect.

New in ImageJ 1.48d (Aug 19, 2014)

  • Thanks to Johannes Schindelin, added the File>Open Samples>Cache Sample Images command.
  • Thanks to Stephan Saalfeld, Image>Type>32-bit now supports conversion of RGB stacks to 32-bit float and RGB to float conversions are done directly.
  • Thanks to Michael Schmid, added "Exponential Recovery (no offset)" and "Chapman-Richards" curve fitting options.
  • The File menu and popup menu of non-active results windows now contain "Rename..." and "Duplicate..." commands.
  • The title of a non-active results window changes if it is saved using a different name.
  • Thanks to Norbert Vischer, added the Array Inspector to the macro debugger (test macro).
  • In the macro language, 'break' and 'continue' statements are now supported in 'for' and 'while' loops.
  • Thanks to Norbert Vischer, added the Array.show() macro function (examples).
  • Thanks to Dimiter Prodanov, fixed a bug that caused the Recorder to not generate a plugin that would compile and run after recording Process>Image Calculator.
  • Thanks to Jonas Ogaard, fixed a bug that sometimes caused an exception when drawing ROIs created with the brush selection tool.
  • Thanks to Dimiter Prodanov, fixed bugs that caused Analyze>Plot Profile to not work correctly when the intensity was uniform.
  • Fixed a bug that caused the Recorder to not correctly record the polygon, segmented line and point tools in "JavaScript" mode.
  • Fixed a bug that caused the Recorder, when not in "Macro" mode, to sometimes not correctly record commands in the Edit>Selection menu.
  • Thanks to Eric Denarier, fixed a bug that could cause the Results window to become inconsistent when using the Measure command after running the particle analyzer.
  • Thanks to Guy Lyons, fixed a bug that caused the roiManager("Show All with labels") macro function to not work in batch mode.
  • Thanks to Dimiter Prodanov, fixed a bug that could cause ImageJ to throw an exception on startup.
  • Thanks to Barry DeZonia, fixed a bug that caused the ImageProperties.getUnitIndex() method to not work correctly when passed the string "mile".
  • Thanks to Barry DeZonia, fixed a bug that caused the Image>Properties dialog to not reset the Y and Z units when the "Unit of length" was changed.
  • Thanks to Michael Schmid, fixed a 1.46f regression that caused some user-defined curve fits to fail.
  • Fixed a 1.48 regression that caused the ROI Manager to not correctly associate hyperstack ROIs to CZT positions.

New in ImageJ 1.48c (Aug 19, 2014)

  • Thanks to Marcel Boeglin, plugins launched using Plugins>Compile and Run now display a full stack trace if they throw an exception.
  • Thanks to Chris Coulon, the "" keyboard shortcuts no longer display "There are no images open" and "Stack required" error messages.
  • Thanks to Norbert Vischer, the output of the Array.print() macro function is better formatted.
  • Thanks to Norbert Vischer, added the Array.findMaxima() and Array.findMinima() macro functions and corresponding MaximumFinder.findMaxima() and MaximumFinder.findMinima() methods (examples).
  • Thanks to Volko Straub, added the Overlay.moveSelection(index,x,y) macro function (example).
  • Thanks to Wilhelm Burger, added convertToByteProcessor(), convertToShortProcessor(), convertToFloatProcessor() and convertToColorProcessor() methods to the ImageProcessor class.
  • Thanks to Arthur Edelstein, added the Prefs.paintDoubleBuffered flag.
  • Thanks to Jose Maria Mateo, fixed a bug that caused run() macro calls using "&" notation to incorrectly pass numeric variables to the GenericDialog's getNextChoice() method.
  • Thanks to Bjoern Thiel, fixed a bug that caused the Analyze>Plot Profile command to not work as expected with spatially calibrated image with non-square pixels.
  • Thanks to Norbert Vischer, fixed a bug that caused the Plot.create() macro function to throw an exception if the y array was shorter than the x array.
  • Thanks to Norbert Vischer, fixed a bug that caused plots created by batch mode macros to not be scaled.
  • Thanks to Ved Sharma, fixed a bug that caused Analyze>Tools>Synchronize Windows to not work as expected with c=1, z=1, t>1 stacks.
  • Thanks to Rainer Engel, fixed bugs that sometimes caused the IJ.redirectErrorMessages() macro function to not prevent file read errors from aborting macros (example).
  • Thanks to Norbert Vischer, fixed a bug that caused Image>Duplicate to throw an exception if there was a selection outside the image.

New in ImageJ 1.48b (Aug 19, 2014)

  • 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, now 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 and 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 ImageConverter 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.

New in ImageJ 1.48a (Aug 19, 2014)

  • Added the Image>Overlay>List Elements command.
  • Thanks to Peter Haub, color LUTs are saved with 16-bit and 32-bit TIFFs.
  • Thanks to Simon Roussel, added Edit>Find and Edit>Find Next commands to text windows, such as those created by Image>Show Info.
  • The Image>Show Info command displays the display range of each channel, up to 7.
  • The "Set stack positions" option in the Image>Overlay>Options dialog is enabled by default.
  • Added a "Position:" field to the Edit>Selection>Properties dialog box.
  • Thanks to Dimiter Prodanov, added duplicate(), crop() and convertToFloat() methods to the ImageStack class.
  • Thanks to Franz Graf, added the ColorProcessor.setRGBWeights() method, a thread-safe (non-static) version of ColorProcessor.setWeightingFactors().
  • Thanks to Michael Doube, fixed a bug that caused plugins in jar files with a plugins.config entry starting or ending in one or more spaces to not be installed correctly.
  • Thanks to Jason Rogers, fixed a bug that caused the Edit>Copy command in "Results" windows to not work with one line tables.
  • Thanks to Vytas Bindokas, fixed bugs that caused 3D filters in Process>Filters to not work correctly with hyperstacks and to sometimes throw exceptions.
  • Thanks to Fabrice Cordelieres, fixed a 1.47v regression that sometimes caused unexpected results from setting the "plugins.dir" Java property.
  • Thanks to Norbert Vischer, fixed a bug that caused some commands in Process>Filters to throw an exception if the selection was outside the image.
  • Thanks to Gilles Carpentier, fixed a bug that caused a corrupted file to be created when using the setMetadata("Info","") macro function on a composite color image with an overlay and saving in TIFF format.
  • Thanks to Dimiter Prodanov, fixed a bug that sometimes caused a displayed stack to become inconsistent after the ImageStack was updated.
  • Thanks to Julien Berro, fixed a bug the caused the ROI Manager "Update" function to sometimes not work as expected with hyperstacks.
  • Thanks to Karsten, fixed a bug that caused Analyze>Measure to add very long selection names (longer than 20 characters), or selection names duplicating the image name, to labels in the Results table "Label" column.

New in ImageJ 1.47v (Aug 19, 2014)

  • Thanks to Wilhelm Burger, Plugins>Compile and Run works with plugins in packages that correspond to subfolders of the plugins folder and the PluginClassLoader searches ImageJ/jars for library jar files and classes.
  • Thanks to Gilles Carpentier, the ROI Manager's More>>List command now displays ROI stack and hyperstack positions and Overlay ROIs are always displayed on composite color images regardless of the stack positions of the ROIs.
  • Thanks to Laurent Holtzer, fixed a bug that caused Image>Adjust>Brightness/Contrast to not work correctly with 16-bit virtual stacks opened using the Bio-Formats plugin.
  • Fixed a bug the caused the getBitDepth() method of ImageProcessor subclasses to sometimes return 0

New in ImageJ 2.1.4.7 i1 (Jul 1, 2013)

  • Thanks to Tiago Ferreira, the Plugins>Utilities>Search command now displays "Double-click on a file name to open it" in the Log window header bar.
  • Added a "Keep after adding to overlay" option to the arrow tool options dialog box.
  • Thanks to Elyse Aurbach, Analyze>Calibrate supports four more calibration functions and displays better calibration plots.
  • Thanks to Norbert Vischer, added the debug("conditional") macro function.
  • Thanks to Ved Sharma, fixed a bug that caused the particle analyzer to always create a new "Summary of ..." table when processing stack slices.
  • Thanks to Tiago Ferreira, fixed a bug in the Overlay.activateSelection() macro function that caused it to ignore stack positions.
  • Thanks to Barry DeZonia, fixed a bug that caused Image>Stacks>Tools>Reverse to not work with virtual stacks defined in Imglib.
  • Thanks to C Heeney, fixed a bug in the PolygonRoi class that caused it to modify the contains of float arrays passed to it in the constructor.
  • Thanks to Sebastien Simard, fixed a bug that caused multi-line arguments passed to user plugins to be displayed in the Log window when ImageJ was in debug mode.
  • Thanks to Jerome Mutterer, fixed a v1.47 regression that caused command line options similar to "-Dplugins.dir=..\ImageJ" to not work as expected.
  • Fixed a bug that caused the paths returned by getDirectory("image") and getDirectory("macros") to be incorrect if the path specified in the "-Dplugins.dir=path" command line option ended in "plugins".
  • Thanks to Andrew York, fixed a bug that caused macros run from the command line to sometimes unexpectedly display dialog boxes.
  • Thanks to Alberto Duina and Gabriel Landini, fixed a v1.47t regression that caused an exception to be thrown if a string with a length less than 3 was entered into a dialog box and the recorder was running.

New in ImageJ 2.1.4.7 (Jan 14, 2013)

  • Thanks to Denis Meuthen, you can now create a straight line selection by defining the start of the line with one click and the end with another click.
  • Thanks to Curtis Rueden, Image>Stacks>Tools>Make Substack now works with hyperstacks.
  • Thanks to Jerome Mutterer, the arrow, brush, pencil and pixel inspector tools remember the location of their options dialogs.
  • Thanks to Rainer Engel, the "Log" window remembers its dimensions.
  • File>Save As>Image Sequence displays a warning if the first file in the sequence will overwrite an existing file.
  • The File>New>Hyperstack command can be invoked by pressing alt-n.
  • Thanks to Gilles Carpentier, fixed a bug that caused the run("Make Composite") macro function to sometimes not work as expected.
  • Michael Schmid fixed a bug that prevented the AVI Reader from correctly opening as virtual stacks AVI files with blank frames.
  • Thanks to Alex Hughes, fixed a bug that caused the ROI Manager's Multi Plot command to disregard the "Vertical profile" option in the Edit>Options>Profile Plot Options dialog box.
  • Thanks to Kees Straatman, fixed a bug that caused Analyze>Tools>Analyze Line Graph to hang with non-thresholded images.
  • Thanks to John Oreopoulos, fixed a bug that caused File>Import>Image Sequence to sometimes not work as expected when all the images in the sequence were not the same type.
  • Thanks to Jerome Mutterer, fixed a bug that caused an exception when pasting, in a macro, a non-recangular ROI that was partially outside the target image.
  • Thanks to Vanessa Bell, fixed a bug that caused the getSelectionCoordinates() macro function and Roi.getPolygon() method to sometimes unexpectedly return the bounding rectangle of composite selections.
  • Thanks to Aivar Grislis, fixed a v1.47g regression that caused the setLocation() macro function to not work with some non-image windows.
  • Thanks to Michael Schmid, fixed a bug that caused "Cancel" to not work as expected for dialogs in "Preview" mode with commands called from macros.
  • Thanks to Jarek Sacha, fixed a bug that caused ImageListeners to sometimes not be notified when the image was updated.
  • Michael Schmid fixed two PlugInFilterRunner bugs related to Preview and PARALLELIZE_IMAGES.

New in ImageJ 2.1.4.6 ud5-1 (Nov 19, 2012)

  • Added the IJ.saveAsTiff() method.
  • Fixed a v1.46f regression that caused the applet version of ImageJ to not open images specified using HTML parameters.
  • Thanks to Erik Belanger, fixed a bug that caused the setMinAndMax() macro function to not work with batch mode composite color images.
  • Fixed several stack flattening bugs.
  • Fixed several hyperstack related bugs in the Image>Scale command.
  • Fixed a bug that caused the saveAs("tif",path) macro function to not work correctly on consecutive command line macro calls.
  • Thanks to Norbert Vischer, fixed a bug that caused Copy from the "Log" window to not work correctly for lines containing tabs when "Copy row numbers" was not enabled in Edit>Options>Input/Output.
  • Thanks to Jerome Mutterer, fixed a bug that prevented the FigureJ plugin from being able to restore tools.

New in ImageJ 1.46d (Jan 16, 2012)

  • Added the Plugins>New>Macro Tool and Plugins>New>Plugin Tool commands.
  • Single macro tools are now installed in the first available toolbar slot, or if no slots are free, in the last slot.
  • Added the ij.plugin.tool.PlugInTool class, which was inspired by Johannes Schindelin's AbstractTool class in Fiji (examples).
  • Added the getC(), getZ(), getT(), setC(), setZ() and setT() methods to the ImagePlus class.
  • Thanks to Norbert Vischer, fixed a bug the caused the setZCoordinate() macro function to not work as expected.
  • Thanks to Ian Lim, fixed a bug that prevented some AVI files from opening.
  • Thanks to Cheryl McCreary, fixed a bug that caused the run("Histogram","...") macro function to sometimes not work as expected.
  • Thanks to Jerome Mutterer, fixed bugs in Process>Batch>Macro and Process>Batch>Virtual Stack that caused them to fail with macro code that duplicated or opened images.
  • Thanks to Paul Jurczak, fixed a bug that caused some RGB BMP files to fail to open.
  • Fixed a bug that caused the makeText() macro function to not work if the text was too wide.
  • Fixed a regression, introduced in v1.46a, that caused measurements of spline fit freehand and traced selections to be inconsistent with earlier versions of ImageJ.
  • Wilhelm Burger fixed a bug that caused the Edit>Crop command to not correctly handle overlays.
  • Dimiter Prodanov contributed Results Importer, a plugin that imports numeric values from text windows (e.g., histogram or profile plot lists) into the ResultsTable.

New in ImageJ 1.46c (Jan 16, 2012)

  • Thanks to Tiago Ferreira, the ColorChooser widget now displays hex values.
  • Thanks to Jesper Pedersen and Michael Schmid, ImageJ opens >2GB AVI 2.0 files, opens AVIs faster as virtual stacks and opens MJPEG encoded AVIs that are missing Huffman tables.
  • Thanks to Jerome Muttere, Process>Find Maxima, when the output type is "Count", respects the Analyze>Set Measurements "Display label" setting.
  • Added the "Sub-pixel resolution" option to the Edit>Options>Profile Plot Options dialog box (documentation).
  • Added the Array.concat(), Array.slice() and Array.print() macro functions (example1, example2).
  • Thanks to Norbert Vischer, fixed a bug that caused the Stack.setActiveChannels() macro function to not update the "Channels" window.
  • Thanks to Balazs Nyiri, fixed a bug that caused the image id of composite color images to change after using the Image>Stacks>Add Slice and Image>Stacks>Delete Slice commands.
  • Fixed a bug that caused the slice selector scrollbar to not be updated after using the Add Slice or Delete Slice commands.
  • Thanks to Jakob Preus, fixed a bug that caused use of "&" to pass directory path variables in macros using the File>Save As>Image Sequence command to fail.

New in ImageJ 1.46b (Jan 16, 2012)

  • Added the File>Import>XY Coordinates command
  • Added a "List coordinates" checkbox to the Edit>Selection>Properties dialog box
  • "Help" buttons in dialog boxes can display HTML formatted messages (macro, JavaScript)
  • The Edit>Selection>Line to Area command now works with one pixel wide straight lines
  • The color of the rounded rectangle tool no longer defaults to the foreground color
  • Thanks to Aryeh Weiss, the ROI Manager's "OR (Combine)" command now works with line selections
  • Added the ParticleAnalyzer.setRoiManager() method (example)
  • To support sub-pixel positioning, added constructors that accept double arguments to the Roi, OvalRoi and TextRoi classes (example)
  • Thanks to Norbert Vischer, added the ij.util.StringSorter.sortNumerically() method
  • Thanks to Jose Wojnacki, fixed a bug that could cause a macro to fail if a drawing tool was used during a waitForUser() break
  • Thanks to Norbert Vischer, fixed a bug that caused the "Sort names numerically" option in the File>Import>Image Sequence dialog to sometimes not work as expected
  • Fixed a bug that caused the default stroke width and color to change when an arrow was added to an overlay
  • Fixed a bug that caused lines to be displayed incorrectly in the ROI Manager "Show All" mode after adding a rounded rectangle
  • Thanks to Norbert Vischer, fixed a bug that sometimes caused the Plot.show() macro function to return before the plot window was fully displayed
  • Thanks to Norbert Vischer, fixed a bug that caused macros displaying showMessage() dialogs to not be aborted when the user pressed the esc key
  • Thanks to Jerome Mutterer, fixed a bug that sometimes caused selections in ROI Manager "Show All" mode and in overlays to be displayed with the wrong stroke width
  • Thanks to Winfried Wurm, fixed a bug that could cause the run("Restore Selection") and run("Enlarge...") macro functions to fail in batch mode macros

New in ImageJ 1.46a (Jan 16, 2012)

  • The segmented line, freehand line, point and multi-point tools now support sub-pixel resolution.
  • The Plot class constructors generate an X value sequence if the X array argument is null or empty (JavaScript examples).
  • An informative message is displayed when a batch mode macro attempts to open an ROI set using open(path) (which does not work) instead of roiManager("open",path).
  • Thanks to Tiago Ferreira, the ROI Manager "Multi Plot" command no longer ignores "Fixed y-axis scale" in Edit>Options>Profile Plot Options.
  • Thanks to Bob Hamilton, "Area Fraction" (renamed "%Area") in the Analyze Particles Summary window now uses the Set Measurements decimal places.
  • Added the MaximumFinder.getMaxima() method (example).
  • Fixed a bug that caused the length of non-straight line profile plots to be greater that the measured line length.
  • Michael Schmid fixed a bug that could cause the RankFilters (Mean, Minimum, Median, etc.) to hang.
  • Thanks to Jan Eglinger, fixed bugs that could cause the recorder to throw bogus error messages or to record "null" or "nullnull" when opening or saving files.
  • Fixed a bug that caused the elliptical selection tool to always have integer starting coordinates.
  • Thanks to Oliver Bannach, fixed a bug that caused Histograms in batch mode macros to not be properly closed.
  • Thanks to Norbert Vischer, fixed a bug that caused File>Import>TIFF as Virtual Stack to not correctly open c=3, z=1, t=1 16-bit hyperstacks.

New in ImageJ 1.45s (Jan 5, 2012)

  • Added the setOption("ExpandableArrays") macro function (example).
  • The Roi.getFloatPolygon() method works with more selection types.
  • Thanks to Kees Straatman, fixed a bug that caused Edit>Selection>Fit
  • Fixed a bug that caused the Overlay.drawString() macro function to display text at the wrong Y location and another bug that caused the run("From ROI Manager") macro function to not work in batch mode.
  • Fixed a bug that caused the CurveFitter.setMaxIterations() method to not work as expected.
  • Fixed a bug that could cause the mm scale of newly opened hybrid DICOM/TIFF files to not be set.
  • David Gauntt fixed a bug that caused the NonBlockingGenericDialog to not correctly handle esc and enter key presses.
  • Fixed a bug that caused the Panel Window example plugin to not work with hyperstacks.
  • Fixed a bug that could cause the Plot.add("error bars", errorBars) macro function to throw an exception.
  • Mahdi Rawak contributed Command Bar, a plugin that adds a toolbar with 19 buttons for running ImageJ commands.
  • Kris Sheets contributed 3D Convex Hull, a plugin that calculates 3D shape descriptors, solidity and convexity based on a convex hull constructed from a stack.
  • The University of Leicester is offereing two ImageJ/FIJI workshops in December.

New in ImageJ 1.44f (Aug 23, 2010)

  • Added the Image>Stacks>Tools>Grouped Z Project command.
  • Thanks to Michael Schmid, Image>Adjust>Size and Image>Scale have "Average when downsizing" options and Image>Adjust>Size supports Undo.
  • Thanks to Michael Doube, the Ortho Viewer (Image>Stacks>Orthogonal Views) can be controled by clicking and dragging in the XZ and YZ views and the mouse wheel changes the screen plane in all three views..
  • Image>Stacks>Z Project now works with RGB hyperstacks.
  • The headers are now saved when saving a DICOM virtual stack in TIFF format.
  • Thanks to Mark Longair, IJ.getScreenSize() now returns the correct size when the screen size is changed after ImageJ has started.
  • The perimeter of a composite selection is now calculated by decomposing it into individual selections. The composite perimeter and the sum of the individual perimeters may be different due to use of different calculation methods.
  • Thanks to Michael Doube, added getInstance(), getCrossLoc() and setCrossLoc() methods to the Orthogonal_Views class (example).
  • SetStack() calls no longer cause a new ImageWindow to be constructed when adding a slice to a single image or subtracting a slice from a two slice stack.
  • Newly opened macro sets with two or more macros are installed in the Plugins>Macros submenu.
  • Added the getInterpolationMethod() and resize(int,int,boolean) methods to the ImageProcessor class.
  • Fixed a regression than caused the particle analyzer to fail with stacks when "Display labels" was enabled in Analyze>Set Measurements.
  • Fixed bugs in Image>Stacks>Orthogonal Views that caused it to not work correctly with anisotropic voxels.
  • Fixed a bug that caused Edit>Selection>Rotate to fail with thick lines.

New in ImageJ 1.44e (Aug 3, 2010)

  • Added the Image>Stacks>Tools>Make Substack command, based on the Substack Maker plugin by Anthony Padua, Daniel Barboriak and Ved Sharma.
  • Added an "AND" command to the ROI Manager.
  • The Image>Overlay>Add Selection dialog remembers the stroke width and color.
  • The run("Close All") macro function no longer displays a warning message when there are unsaved changes.
  • The particle analyzer now displays a blank image when the count is zero and "Show:" is not "None".
  • Added the Overlay.* macro functions (example).
  • Added the CompositeImage.setChannelsUpdated() and Macro_Runner.runMacroFromJar() methods.
  • Fixed a regression that caused the save() macro function to change the image name.
  • Fixed a regression that caused File>Import>Text Image to fail if the file contained values with a plus sign (e.g., "1.23e+02").
  • Fixed a macro run() call parsing bug that caused "min=234;run("Analyze Particles...", "size=&min");" to fail.
  • Fixed a bug that caused an exception if the newImage() macro function was called with width or height set to zero.
  • Fixed a bug that caused setAutoThreshold("Default") to sometimes not generate the expected threshold with images that had a sharp peak in its histogram.
  • Fixed a bug that caused Plugins>Utilities>Control Panel to not correctly save its preferences.

New in ImageJ 1.44d (Jul 13, 2010)

  • Added the Edit>Selection>Line to Area command.
  • Added "Help" buttons to the File>Import>Image Sequence, File>Import>Raw and Process>Math>Macro dialog boxes.
  • The CurveFitter resolves 6 parameter user-defined equations.
  • Image>Color>Make Composite now opens the new composite color image in place.
  • Removed the "Convert to 8-bit grayscale" option from File>Import>Image Sequence. As a replacement, use the "Use virtual stack" option and then convert to 8-bit using Image>Type>8-bit.
  • Assigned the "U" keyboard shortcut to Plugins>Utilities>Control Panel.
  • ImageJ no longer automatically installs, at startup, plugins in JAR file directories that start with a lower case letter.
  • ImageJ runs "-batch" command line scripts in batch mode.
  • Added setImage(ImagePlus) and setNextLocation(Point) methods to the ImageWindow class.
  • The up and down arrow keys no longer cause the LOCI Data Browser window to zoom in and out.
  • Fixed a bug that sometimes caused an exception when an animating stack window was closed.
  • Fixed a bug that sometimes caused Process>Image Calculator to not work correctly with signed 16-bit stacks.
  • Fixed a bug that caused an exception when using Image>Overlay>Flatten on an image without an overlay.
  • Fixed a bug that sometimes caused the "Ch", "Slice" and "Frame" Results table columns (enabled by checking Stack Position in Set Measurement) to contain incorrect values.
  • Fixed a bug that caused JPEGs smaller than 8x8 pixels to always open as 8-bit grayscale images.
  • File>Save As>AVI no longer caps the frame rate at 60 FPS.
  • Fixed a bug that caused the slice range to be ignored by Image>Stacks>Label when using an overlay.

New in ImageJ 1.44c (Jun 16, 2010)

  • Raw integrated density (sum of pixel values) is displayed when "Integrated density" is enabled in Analyze>Set Measurements.
  • Added a File>Rename command and Results menu to Results windows.
  • Added "Help" buttons to the Process>Find Maxima, Process>Image Calculator and Process>Subtract Background dialog boxes.
  • Pressing 'esc' aborts macros displaying a "WaitForUser" dialog.
  • Changed the name of the File>Save As>Measurements command to File>Save As>Results and changed Help>Update Menus to Help>Refresh Menus.
  • Plugins>Compile and Run adds the Bio-Formats plugin (loci_tools.jar) to the Java compiler's classpath.
  • The TIFF reader displays information needed to import the file (number of images, offset to first images, gap between images) when ImageJ is in debug mode.
  • The MacClipboard plugin, which opens PICT images from the clipboard using QuickTime for Java, is now included in ij.jar.
  • Added the IJ.renameResults() macro function.
  • Worked around a bug that caused the Image>Stacks>Reslice command to be very slow on some 64-bit versions of Java.
  • Fixed a bug that sometimes caused a "negative seek offset" error when opening TIFF files larger than 2GB.
  • Fixed a bug that caused File>Import>TIFF Virtual Stack to not display the TIFF tags when ImageJ was in the debug mode;
  • Fixed a bug that caused "/" to be added to the FileInfo directories when opening a folder of images using drag and drop on Windows.
  • Fixed a bug in the setAutoThreshold() macro function and ImageProcessor.setAutoThreshold() method that caused the threshold level to be one less than the level set by the "Threshold" widget when "Dark background' was enabled.

New in ImageJ 1.44b (Jun 2, 2010)

  • Added the "Unsigned 16-bit range" drop down menu to the Image>Adjust>Contrast/Brightness "Set" dialog.
  • Added show="Overlay Outlines", show="Overlay Masks" and "In situ Show" options to the Analyze>Analyze Particles dialog box.
  • Added "Help" buttons to the Process>Binary>Options, Analyze>Analyze Particles, Analyze>Set Measurements, Analyze>Set Scale and Analyze>Calibrate dialog boxes.
  • Added a "Use overlay" option to Image>Stacks>Label.
  • File>Export>AVI and File>Export>Image Sequence (when saving JPEG or PNG) now preserve overlays.
  • Added the Overlay.setStrokeColor() and Overlay.setfillColor() methods.
  • Fixed a bug that caused the getResult() macro function to return NaN with imported results containing column headers with leading or trailing spaces.
  • Fixed a bug that caused 8 and 16 bit grayscale stacks saved as JPEG-compressed AVIs to not play correctly in the Windows 7 Media Player.
  • Fixed a bug that caused macros to become uninterruptible after doing a custom curve fit.
  • Fixed a bug that caused redirected sampling of non-displayed images to fail.

New in ImageJ 1.44a (May 14, 2010)

  • Overlays are preserved when printing and when saving in PNG format.
  • Thanks to Tiago Ferreira, Image>Stacks>Tools>Montage to Stack now takes borders into acount.
  • Added "Rotate YZ" and "Flip XZ" options to Edit>Options>DICOM.
  • Thanks to Juan Grande, added "Save column headers" and "Save row numbers" options to Edit>Options>Input/Output.
  • Constructing a HistogramWindow when using ImageJ as a library no long causes an image to be displayed.
  • Added a GenericDialog.addCheckboxGroup() method that specifies column headings.
  • Fixed a bug that caused "Results" window summary data to not be saved.
  • Fixed a bug that caused Orthogonal Views crosshair lines to be saved as an overlay when saving in TIFF format.
  • Thanks to Barry DeZonia, fixed a bug that sometimes caused an exception when drawing a composite selection (ShapeRoi).
  • Fixed a bug that could cause the Threshold tool to not work correctly after using File>Revert on a 16-bit DICOM image.
  • Fixed a bug that could cause the Image>Overlay>Hide Overlay and Show Overlay commands to not work as expected.
  • Thanks to Johannes Schindelin, fixed a bug in the PluginClassLoader that could cause an exception when running plugins using MIJ (Matlab to ImageJ interface).
  • Fixed a bug that caused DialogListeners to not be called with checkbox groups with fewer than five checkboxes.
  • Worked around a Linux bug that caused labels in GenericDialog checkbox groups to be centered rather than left justified.
  • Fixed bugs in Image>Stacks>Othogonal Views that caused it to not work correctly with zoomed images and with the "+" (Zoom In) and "-" (Zoom Out) commands.

New in ImageJ 1.43u (Apr 26, 2010)

  • Fixed a bug that caused the setAutoThreshold() macro function, and the IJ.setAutoThreshold() and ImageProcessor.setAutoThreshold() methods, to not work correctly with 16 and 32 bit images that were not using the default display range.
  • Barry DeZonia contributed an improved OvalRoi.contains() method.

New in ImageJ 1.43t (Apr 26, 2010)

  • ImageJ now requires Java 1.5 or later.
  • Added the Image>Stacks>Tools>Insert and Image>Stacks>Tools>Montage to Stack commands.
  • Image>Stacks>Label works with hyprestacks and support for 00:00 and 00:00:00 timestamp formats.
  • Edit>Draw now draws to left and below rectangular selections when the line width is one.
  • Add "Timestamp" code generator to Process>Batch>Macro and Process>Batch>Virtual Stack.
  • The "Auto", "Reset" and "Set" buttons of the B&C widget are now recorded correctly when the Recorder is in "Script" or "Plugin" mode.
  • File>Import>Raw opens stacks with the middle slice selected.
  • Changed the initial Log fit 'a' and 'b' parameter values to 1.0.
  • Added the SetOption("black background", boolean) macro function.
  • Added the LutLoader.open(String), LutLoader.open(InputStream) and LutLoader.createImage(IndexColorModel) methods.
  • Thanks to Wilhelm Burger, The AutoThresholder class now uses a compile-time safe enum to specify the method rather than a string that can cause an exception to be thrown.
  • Fixed a bug that caused File>Import>Image Sequence to not create slice labels for images imported from stacks.
  • Fixed a bug that caused the "+" shortcut for zooming in to not work with German keyboards.
  • Fixed a bug that could cause ImageJ to hang when when displaying an error message in debug mode.

New in ImageJ 1.43s (Apr 26, 2010)

  • Moved the Combine, Concatenate, Start Animation, Stop Animation and Animation Options commands from the Image>Stacks submenu to the Image>Stacks>Tools submenu.
  • Moved the Find Maxima command from the Process>Binary submenu to the Process menu.
  • Moved the List Shortcuts command from the Plugins>Utilities submenu to the Plugins>Shortcuts submenu.
  • Moved the Options... command to the bottom of the Process>Binary submenu.
  • Changed the default Find Maxima output type to "Point Selection".
  • Changed the default AVI Writer compression from "Uncompressed" to "JPEG".
  • ImageJ now displays an error message when the user attempts to open a tiled TIFF file.
  • Thanks to Daniel White, Analyze>Tools>Scale Bar is no longer annoyingly slow for image stacks with thousangs of slices.
  • The ROI Manager More>>Options dialog is now recordable.
  • ImageJ now opens 48-bit TIFFs that are missing the required StripByteCounts tag.
  • Added the ResultsTable.getResultsWindow() and TextWindow.close(boolean) methods.
  • Fixed a bug that caused the particle analyzer to sometimes not work as expected when the "Display Results" option was not enabled.
  • Thanks to Barry DeZonia, fixed a bug that caused big-endian, ARGB, uncompressed TIFFs to not open correctly.
  • Thanks to Barry DeZonia, fixed a bug that sometimes caused an exception when IJ.getImage() was called and the "ImageJ" window was not open.
  • Fixed a bug that caused an exception when opening some BioRad Quantity One 16-bit TIFFs.
  • Fixed a bug that caused PackBits-compressed 16-bit TIFFs to not open correctly.

New in ImageJ 1.43r (Apr 26, 2010)

  • Added the Edit>Options>DICOM command.
  • Added a "Headless" style to the arrow tool.
  • Overlays are preserved when saving in JPEG format.
  • Restored the ROI Manager "FIll" and "Draw" commands.
  • Added the getInfo("overlay") macro function (example).
  • Fixed regressions that caused 16-bit composite images to be converted to grayscale when saving in JPEG and PNG format.
  • Fixed a bug that caused the particle analyzer to open the Results window when the "ImageJ" window was not open.
  • Fixed a bug that caused the File>Open Next command to not work correctly with composite images and hyperstacks.
  • Fixed a bug that caused stacks created by importing Analyze format images using File>Import>Image Sequence to contain duplicate images.
  • Fixed a bug that sometimes caused the wrong channel to be selected when clicking on the channel slider.

New in ImageJ 1.43q (Feb 13, 2010)

  • Fixed a bug, introduced in v1.43p, that caused Image5D to crash.

New in ImageJ 1.43o (Jan 28, 2010)

  • Added a "Double headed" option to the Edit>Options>Arrow Tool dialog box.
  • The Edit>Options>Arrow Tool options are saved in the preferences file.
  • Thanks to Matt Smith, the "List" and "Save..." buttons in plot windows now list and save all the data that has been plotted.
  • Added the IJEventListener interface (example).
  • Added the "-debug" command line option.
  • The ThresholdAdjuster now records the default thresholding method as setAutoThreshold("Default") or setAutoThreshold("Default dark");
  • ImageJ now opens TIFF files with invalid compression tag values of 0 created by the PerkinElmer Acapella system.
  • The macro language "+=" operator can now be used for string concatenation.
  • Added the open(path,n) macro function and the IJ.open(path,n) and IJ.openImage(path,n) methods, which open the nth image in a tiff stack.
  • Added the random("seed", seed) macro function.
  • FloatProcessor() constructors no longer call findMinAndMax().
  • Fixed a bug that caused some "-batch" mode command line macros to fail.
  • Fixed a bug that caused the line width adjuster slider to sometimes not be set correctly.
  • Fixed a bug that caused the run() and doCommand() macro functions, and the IJ.run() and IJ.doCommand() methods, to fail to run commands in the File>Open Recent menu.
  • Fixed a bug that sometimes caused Analyze>Calibrate to not correctly calibrate 16-bit images with straight line functions.
  • Matt Smith fixed a bug that caused a "nullnull" file to be created when a plot window file save was canceled.
  • Fixed a bug that caused ImageJ64 on Mac OS X to fail to start if the memory limit was set to less that 256MB.
  • Fixed the FloatProcessor(int[][]) constructor.
  • Thanks to Barry DeZonia, fixed a bug that caused odd-width 12-bit TIFFs to not open correctly.

New in ImageJ 1.43n (Dec 28, 2009)

  • Added the rounded rectangle and arrow tools, which share space on the toolbar with the rectangle and line tools. The arrow tool was inspired by the Fiji arrow tool written by Jean-Yves Tinevez and Johannes Schindelin.
  • Selections (e.g., arrows) can be added to a non-destructive overlay by pressing "b", the new keyboard shortcut for the Image>Overlay>Add Selection command.
  • Added the Edit>Options>Arrow Tool command.
  • Added support for saving results tables as .csv (comma-separated values) files and for opening them using drag and drop.
  • The color picker is no longer an ImageWindow, and it remembers its location.
  • Removed the "JPEG Quality" option (which wasn't working) from the File>Save As>AVI dialog box.
  • The ROI Manager works with stacks that have more than 9999 images.
  • The Command Finder (Plugins>Utilities>Find Commands) remembers the state of the "Close when running" checkbox.
  • The 'changes' flag is now reset after saving an image in PNG, BMP, PGM or FITS format.
  • The "Antialiased tool icons" setting in Edit>Options>Appearance is enabled by default.
  • Fixed a bug in the Command Finder that caused it to fail to run macros installed in the Plugins>Macros submenu.
  • Fixed a bug that caused File>Revert to vertically flip FITS images.
  • Fixed a bug that caused ImageJ to not correctly open some 16-bit TIFFs.
  • Fixed bugs that caused the lineTo() and drawLine() macro functions to not correctly draw lines with negative starting coordinates.

New in ImageJ 1.43m (Dec 7, 2009)

  • Virtual stacks can now be saved in TIFF, "raw", Analyze and NIfTI format.
  • Thanks to Michael Schmid, "MinFeret" calculations are now more accurate and correctly handle pixel aspect ratios not equal to 1.
  • Results tables (in tab-delimited text format) with an ".xls" extension can be opened using File>Open and drag and drop.
  • When using the particle analyzer in a macro, the default values (0-Infinity, 0-1 and "Nothing") are assumed if the 'size', 'circularity' or 'show' options are omitted.
  • The updateResults() macro function and ResultsTable.show() method, when creating a new table, scroll to the top of the window (example).
  • Added the Overlay.getSize() and Overlay.removeSelection() macro functions.
  • Added the ImagePlus.setOverlay(Overlay) method (JavaScript example).
  • Added the ImagePlus.setOverlay(Roi,Color,int,Color) method (JavaScript example).
  • Added open(path) and saveAs(path) methods to the ResultsTable class (JavaScript example).
  • Fixed a bug that caused Analyze>Summarize to somethimes fail if "Stack Position" was enabled in Analyze>Set Measurements.
  • Volker Backer fixed a bug that sometimes caused the B&C adjuster to work with the wrong channel of a composite color image after having changed the channel by dragging the channel selection slider.

New in ImageJ 1.43k (Nov 11, 2009)

  • Added the multi-point tool, which is enabled by right-clicking on the point tool.
  • Added a "Record:" drop down menu, with three choices ("Macro", "JavaScript" and "Plugin"), to the Recorder.
  • The Recorder generates thread safe JavaScript and Java code.
  • Thanks to Michael Schmid, Process>Binary>Find Maxima has a "List" output option, and is faster.
  • File>Import>Image Sequence sets the voxel depth equal to the pixel width.
  • Image>Stacks>Reslice displays the voxel size in its dialog box.
  • Spline fit selections and Text selections can now be saved (using File>Save As>Selection) and restored (using File>Open or drag and drop).
  • The Edit>Clear command in the "Results" table is now recorded.
  • Added the IJ.deleteRows() macro function and method.
  • Added the getInfo(DicomTag) macro function.
  • Michael Schmid worked around a Java bug on Windows and Linux that prevented selection of mutltiple ROIs in the ROI Manager with a single shift click.
  • Michael Schmid fixed a bug in Process>Binary>Find Maxima, with "Segmented" output, that caused it to create extra invalid features.
  • Fixed a bug that could cause 8-bit DICOMs to not open correctly.
  • Fixed a bug that could cause headings in empty custom results tables to not be displayed.
  • Fixed a bug in Image>Stacks>Images to Stack that caused it do not work properly with 8-bit color images.
  • Fixed a bug in Image>Hyperstacks>Stack to Hyperstack that caused it to not shuffle the slice labels of stacks not in CZT order.

New in ImageJ 1.43j (Oct 29, 2009)

  • Added the Image>Overlay submenu with Add Selection, Add Image, Hide Overlay, Show Overlay, From ROI Manager, To ROI Manager and Flatten commands.
  • Added the ImageRoi class.

New in ImageJ 1.43i (Oct 23, 2009)

  • Added the Edit>Selection>Create Overlay (example) and Properties commands.
  • Added the Plugins>Macros>Record Script command.
  • Thanks to Jay Unruh, File>Import>Text Image opens images in comma-delimited text format.
  • Thanks to Gabriel Landini, the Thresholding tool's "B&W" mode now respects the "Black background" flag in Process>Binary>Options.
  • Added the "Flatten" button to the ROI Manager and removed the "Draw", "Fill" and "Label" commands from the "More>>" drop down menu.
  • The aspect ratio of rectangular and elliptical selections is displayed in the status bar as they are created and resized.
  • The "Transparent-zero" mode in Edit>Paste Control and Process>Image Calculator now works with 16-bit and 32-bit images.
  • Assigned the shift-f keyboard shortcut to Image>Flatten and the "]" (close bracket) shortcut to Window>Show All.
  • Added the ImagePlus.setDisplayList(Roi,Color,int,Color) method (example).
  • Jerome Mutterer has released Droplet, a drag and drop file processor that uses customizable macros.
  • Thanks to Johannes Schindelin, ImageJ now has a Git version control repository, which is updated daily.
  • Niels Jensen contributed PlateMontage, a macro that creates a labeled plate montage image from BD Pathway 855 / AttoVision 1.6 data sets.

New in ImageJ 1.41o (Apr 23, 2009)

  • Added the Process>Math>Set command.
  • Help>Update ImageJ, except when updating to the "daily build", deletes "functions.html" in the macros folder, which forces the macro editor's Macros>Function Finder command to download a fresh copy.
  • The call() macro function can now call static methods with integer arguments.
  • Added the getOutputImage() and setHideOutputImage(boolean) methods to the ParticleAnalyzer class.
  • Added the Toolbar.setBrushSize() method.
  • Fixed a bug, introduced in v1.41k, that caused macro functions not in an installed macro set to not be able to write to global (var) variables.
  • Fixed a bug that caused plugins using the ImagePlus.getImage() method to not work as expected when called from a stack-processing batch mode macro.
  • Michael Schmid contributed a new Accurate Gaussian Blur plugin.