Login  Register

Re: image sequence as preloaded images

Posted by Wayne Rasband on Apr 24, 2009; 3:11pm
URL: http://imagej.273.s1.nabble.com/image-sequence-as-preloaded-images-tp3692801p3692802.html

ImageJ does not have the ability to open more than one TIFF or DICOM
image from a ZIP file. What you can do, if the 20 images are all the
same size, is convert them to a stack, save the stack using File>Save
As>ZIP, then open the .zip file as a 20 image stack. There is an
example 83 image DICOM sequence at

     http://rsb.info.nih.gov/ij/images/ct-scan.zip

which you can open as a stack using the File>Import>URL command or using

   open("http://rsb.info.nih.gov/ij/images/ct-scan.zip");

in a macro or

   IJ.open("http://rsb.info.nih.gov/ij/images/ct-scan.zip");

in a plugin or script.

-wayne

On Apr 23, 2009, at 12:53 PM, Hanumanth wrote:

>
> I am having problem in loading image files from ImageJ as APPLET(web
> application).
>  
> in the zip file having iam having around 20 images
>  
> when i tried to open the zip file from File -> Import - >image
> sequence it is loading all the images in zip file
>  
> But when i tried to open the same zip file as preloaded images all the
> images in the zip file are not loading only single image is loading
> randomly. This is the example URL which iam using
>
> http://localhost:8080/project/ImageJ/dicomimages.zip
>
> is there a way to load all the images in the zip file as preloaded,
> Please help me.................
>
> Thanks in advance
> Hanumanth
> ________________________________
> Now surf faster and smarter ! Check out the new Firefox 3 - Yahoo!
> Edition * Click here!
>
>
>       Now surf faster and smarter ! Check out the new Firefox 3 -
> Yahoo! Edition http://downloads.yahoo.com/in/firefox/
>