Re: IMAGEJ Digest - 19 Nov 2007 to 20 Nov 2007 (#2007-303)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: IMAGEJ Digest - 19 Nov 2007 to 20 Nov 2007 (#2007-303)

Jeff Hardin
Dear John,

You might be able to convert the stack using the virtual stack opener  
routines and save out single image TIFFs. Then you can use some  
plugins I wrote to make a QuickTime movie:

http://worms.zoology.wisc.edu/research/4d/4d.html

Alternatively, if you know the header/offset structure of the image  
stack, you could read into the stack on your hard drive and open  
single images by racking through the stack. I've always wanted to  
write something to do this. Perhaps Wayne has a little sample code to  
make life easier?

Good luck!

Cheers,

Jeff
----------------------------------------------
Jeff Hardin
Professor, Department of Zoology
Director, Biology Core Curriculum
University of Wisconsin
1117 W. Johnson St.
Madison, WI 53706
voice: (608) 262-9634
fax: (608) 262-7319
email: [hidden email]


On Nov 20, 2007, at 11:01 PM, IMAGEJ automatic digest system wrote:

> Date:    Tue, 20 Nov 2007 16:30:59 -0500
> From:    "John R. Frank" <[hidden email]>
> Subject: frame-by-frame processing of large stacks?
>
> Is there a way to convert a large stack into a .avi or .mov without
> loading the whole thing into RAM?  Perhaps some command line call to
> imagej that allows it to process it frame-by-frame?
>
> I have multipage TIFFs that are a >1.5GB, so the 32-bit JVM limits  
> prevent
> me from making a movie from them with ImageJ's GUI.  I hope there is
> another way.
>
> Thank you for your help!
>
> Yours,
> John