Login  Register

Re: apply script to a complete folder

Posted by Wayne Rasband on Dec 20, 2006; 9:47pm
URL: http://imagej.273.s1.nabble.com/apply-script-to-a-complete-folder-tp3700762p3700763.html

> Dear ImageJ community:
>
> I would like to develop a macro under ImageJ that make an specific
> study over every image contained inside certain folder.
> Otherwise I have to go image by image, something really tedious taking
> into account that I am dealing with hundreds of images.
>
> Any idea how to do it?

There is an example macro at

     http://rsb.info.nih.gov/ij/macros/BatchMeasure.txt

that runs the Measure command on all the images in a folder.

-wayne