Re: open batch
Posted by
lechristophe on
Jul 28, 2008; 7:59am
URL: http://imagej.273.s1.nabble.com/open-batch-tp3695502p3695503.html
Dear Johannes,
I guess you mean open all images inside a "folder" rather than a file ? If
so, just use the File>Open...>Open File Sequence command if all your images
have the same format. If not, you coud use a simple macro using getDirectory
and getFileList and a loop on all files found (optionnally testing for an
image extension such as .tif).
Christophe
On Sun, Jul 27, 2008 at 23:21, Johannes Breu <
[hidden email]> wrote:
> Hello,
>
> I am looking for a macro to open all images within a file. I found some
> macros dealing with batches but I just want: Open all images in the file I
> selected.
>
> Thanks
> Johannes
>