batch process
Posted by Jun on
URL: http://imagej.273.s1.nabble.com/batch-process-tp3686653.html
HI all,
I wanna rotate many images in one folder by 180 degree.
I used the process>>batch>>macro function.
I added macro code from plugins>>macros>>recode, as follows:
imp = IJ.openImage("XXXXXX");
IJ.run(imp, "Rotate... ", "angle=180 grid=1 interpolation=None");
However, it did not work and an error emerged like this:
Unrecognized IJ function name in line 1
i=0;imp=IJ.<openimage>("XXXXXX");
I'm a novice to IJ, so any help would be appreciated.
Best Regards,
Jun