1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<html>
<head>
<link rel="stylesheet" href="../docs/ij.css" type="text/css"/>
<title>Release Notes</title>
</head>
<body>
<li> <u>1.46a 11 November 2011</u>
<ul>
<li> The segmented line, freehand line, point and multi-point tools
now support sub-pixel resolution.
<li> Added the <i>Edit>Selection>List Coordinates</i> command.
<li> The Plot class constructors generate an X value sequence
if the X array argument is null or empty
(<a href="macros/ExamplePlots.js">JavaScript examples</a>).
<li> 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).
<li> Thanks to Tiago Ferreira, the ROI Manager "Multi Plot" command
no longer ignores "Fixed y-axis scale" in <i>Edit>Options>Profile Plot Options</i>.
<li> Thanks to Bob Hamilton, "Area Fraction" (renamed "%Area") in the Analyze Particles
Summary window now uses the Set Measurements decimal places.
<li> Added the MaximumFinder.getMaxima() method
(<a href="macros/js/FindMaxima.js">example</a>).
<li> Fixed a bug that caused the length of non-straight line
profile plots to be greater that the measured line length.
<li> Michael Schmid fixed a bug that could cause the RankFilters
(Mean, Minimum, Median, etc.) to hang.
<li> 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.
<li> Fixed a bug that caused the elliptical selection tool to always have
integer starting coordinates.
<li> Thanks to Oliver Bannach, fixed a bug that caused Histograms in
batch mode macros to not be properly closed.
<li> Thanks to Norbert Vischer, fixed a bug that caused
<i>File>Import>TIFF as Virtual Stack</i> to not correctly
open C=3, Z=1, T=1, 16-bit hyperstacks.
</ul>
<a href="http://imagej.nih.gov/ij">Home</a>
</body>
</html>
|