Login  Register

Re: opening stacks

Posted by Albert Cardona on Oct 20, 2005; 6:02pm
URL: http://imagej.273.s1.nabble.com/opening-stacks-tp3704634p3704635.html

For my own amusement I've written a plugin that opens a sequence of
image files into a stack.

http://www.pensament.net/java/other_plugins.html

 From the website:
- Open sequentially as stack: A plugin to open a sequence of images
following the natural order, i.e. IMG_11.tif will go after IMG_6.tif.
After the user selects an image file, the non-numeric characters of the
name are used to filter files from that directory, thus other sequences
of image files and/or other non-image files can coexist in the same
directory without problems. The extension of the files to open does not
have to be the same as that of the user-selected image file.
Images that have different width & height than that of the first image
in the sequence will not be opened.

Albert