Posted by
Uril Yakubov on
Sep 04, 2008; 1:47pm
URL: http://imagej.273.s1.nabble.com/ImageJ-applet-Preloaded-Sequence-Images-tp3695164p3695166.html
Hi Users,
No. I am using ImageJ applet and would like to show all 27 images as one
image sequence in the same way how is implemented in the ImageJ (click
on the file -> Import -> Image Sequence and click on the first image
file). I don't now how to pass parameter to html to see image
sequence.What I did, I zipped all 27 images and passed parameter like
the one zipped file(in my case - Myfile.zip)).
<HTML><BODY>
<applet archive=ij.jar code="ij.ImageJApplet.class" width=0 height=0>
<PARAM NAME=url1 VALUE="
http://localhost/imagej/images/Myfile.zip">
</applet>
</BODY></HTML>
But when I ran this html I can see just one image and not 27 images in
sequence.
I would really appreciate some help on this.
On Thu, 2008-09-04 at 19:19 +0530, prashant wrote:
> did u mean that images are sorted according to their series number or
> instance number
> I think u have to read each images and get sorted according to that number.
>
> In my case i have to read images acoording to their instance.
> I just read all the images and put their instance number on database
> and their path
> then i just read according to path.
>
> ----- Original Message -----
> From: "Uril Yakubov" <
[hidden email]>
> To: <
[hidden email]>
> Sent: Thursday, September 04, 2008 6:24 PM
> Subject: ImageJ applet Preloaded Sequence Images
>
>
> > Hi Users,
> >
> > I am new to ImageJ. I would like to use ImageJ applet to show image
> > sequence of Dicom images that are resides on server(27 images). What
> > should I do?
> >
> > Thank you for your help!!!
> >
> > Uril.
> >
> >