image sequence as preloaded images

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

image sequence as preloaded images

Hanumanth

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/
Reply | Threaded
Open this post in threaded view
|

Re: image sequence as preloaded images

Wayne Rasband
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/
>