Login  Register

Macro problem with Rotate...

Posted by Bill Mohler on Nov 02, 2009; 1:15pm
URL: http://imagej.273.s1.nabble.com/Macro-problem-with-Rotate-tp3690595.html

The new Rotate... command does not seem scriptable now in macros, as it
was back when it was called Angle...
Angle... seems not to be in the macro command set anymore.

For example:

run("Rotate...", "angle=" + 248 +" grid=1 interpolation=Bicubic  enlarge
stack");

rotates the R0I outline , but not the selected pixels, and it not
enlarge the canvas to fit the rotated array or work through the stack.
In contrast, all of those things happen fine using Menu> dialog.

I'm using the current daily build.

Bill