How do I get an Image stack?
Posted by Ilan on Feb 04, 2007; 10:00am
URL: http://imagej.273.s1.nabble.com/How-do-I-get-an-Image-stack-tp3700381.html
To my utter surprise and delight, I managed to use ImageJ inside my application and it worked!
Not that I doubt ImageJ, only my ability to use it was in strong doubt.
What I did was use ij.io.Opener.open(fileName). I have a whole list of files and I gave it the first file on the list.
To my delight, up came a window with my file.
Since this works, I need to know how I can create a stack in this window and push in all the files.
Any suggestions as where to start would be greatly appreciated.
Ilan