Login  Register

Re: open images in a directory

Posted by Herbie on Oct 06, 2016; 10:46am
URL: http://imagej.273.s1.nabble.com/open-images-in-a-directory-tp5017299p5017300.html

Dear Martin,

you don't really tell us what you want to do with your images.

Do you really need to have all of them open or can you process one after the other?

In the latter case, you need a loop to open, then process and finally close one image after the other.

ImageJ comes with a lot of example macros
    <https://imagej.nih.gov/ij/macros/>
and some, e.g.
    "BatchProcessFolders",
deal with what you need to open images from a directory one after the other.

HTH

Herbie

:::::::::::::::::::::::::::::::::::::::::::::::
Am 06.10.16 um 10:01 schrieb Braekevelt Martin:
> Dear,
>
> I want to open a set of images which are stored in a directory. By
> the batch tutorial I can manage to get the directory but I cannot
> find to open all images at once. Only one by one. Once I have all
> images open I think I can use the array in batch mode to process them
> all I guess. Any suggestion how I can do this in a macro ?
>
> Thanks in advance Kindest regards, Martin.