Page 1 of 1

How to get the image ?

PostPosted: Fri Oct 16, 2009 7:55 am
by ryan
Hi, i want to know how can we get the image from the server. Based on the image id, can we get the image from the server? I hope the images are stored in the server, and their names are stored in database.
Can i use any available function like getOriginalFiles() in OmeroGateway.java to get the image?

Please help..... ;)

Re: How to get the image ?

PostPosted: Sat Oct 17, 2009 7:59 am
by jburel
ryan wrote:Hi, i want to know how can we get the image from the server. Based on the image id, can we get the image from the server? I hope the images are stored in the server, and their names are stored in database.
Can i use any available function like getOriginalFiles() in OmeroGateway.java to get the image?

Please help..... ;)


It is a client-server application, so the client retrieves the data from the server.
It depends what you mean by get the image.
If the image has been archived at import time, you can download it.
You can export it as OME-TIFF, you can view it, and do a lot of other cool stuff