forked from imagej/ImageJA
-
Notifications
You must be signed in to change notification settings - Fork 1
/
release-notes.html
53 lines (50 loc) · 2.51 KB
/
release-notes.html
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
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<link rel="stylesheet" href="../docs/ij.css" type="text/css"/>
<title>Release Notes</title>
</head>
<body>
<li> <u>1.50d 25 October 2015</u>
<ul>
<li> Thanks to Peter Haub, added the <i>Selection Rotator</i> tool
to the Toolbar's ">>" menu. To move the selection, hold down
the alt or shift key.
<li> The <i>Edit>Options>Point Tool</i> dialog,
in multi-point mode, is now non-modal and has a "Counter"
drop down menu. As a shortcut, double click on the multi-point
tool icon to open this dialog.
<li> A point in a polygon, polyline or point selection can now be
deleted by either alt-clicking or control-clicking on it.
<li> The <i>File>Import>Raw</i> command now
uses "smart recording" (default options are not recorded).
<li> Added the <i>Help>Examples>Autorun</i> checkbox menu item.
<li> 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 in size. Use the
<a href="plugins/virtual-test-stack/index.html">Virtual Test Stack</a>
plugin to create multi-gigabyte test stacks.
<li> Thanks to Bill Christens-Barry, added the WaitForUserDialog.setNextLocation(x,y) method
(<a href="macros/examples/SetWaitForUserLocation">macro example</a>).
<li> Added the add(Roi,name) and remove(name) methods to the Overlay class.
<li> Added the ThresholdAdjuster.setMethod() method.
<li> Thanks to Kota Miura, worked around Java 8 bugs that caused cut, copy and paste
to not work in the curve fitter (<i>Analyze>Tools>Curve Fitting</i>).
<li> Thanks to Jan Eglinger, fixed a bug that caused the <i>Image>Scale</i>
command to ignore the "z=" option when run from a macro.
<li> Thanks to Stein Rorvik, fixed a bug that caused calibration bars
(<i>Analyze>Tools>Calibration Bar</i>) to remove existing overlays.
<li> Fixed a bug that caused the <i>Process>Math>Macro</i>
command to not work correctly with 16-bit and 32-bit images if the
macro code called the getPixel() function.
<li> Fixed a bug that caused the <i>Rotate 90 Degrees Right</i> and
<i>Rotate 90 Degrees Left</i> commands to not correctly handle
non-zero origins.
<li> Fixed a bug that caused polygon and polyline selections to lose properties
like stroke color and stroke width after deleting one of the selection's
points by alt-clicking on it.
<li> Thanks to Vytas Bindokas, fixed a bug that caused the waitForUser() macro
function to fail on Windows.
</ul>
<a href="http://imagej.nih.gov/ij">Home</a>
</body>
</html>