Page 1 of 1

OMERO API and Web Publishing

PostPosted: Thu Feb 10, 2011 9:16 am
by icaoberg
Does the OMERO API support making queries from languages like PHP? I want to attach a PHP snippet that will show a thumbnail gallery of every image in a dataset. I want to do this without having to download locally the images in the dataset and displaying, i.e. I would prefer not to use the RenderingEngine.

Thanks!
Ivan

Re: OMERO API and Web Publishing

PostPosted: Thu Feb 10, 2011 9:25 am
by cxallan
Hi Ivan,

The language we support OMERO API queries from that probably most closely fits with what you are asking is Python. Incidentally it is the language we've used to build OMERO.web with.

-Chris

Re: OMERO API and Web Publishing

PostPosted: Thu Feb 10, 2011 9:27 am
by wmoore
Hi - The existing web framework provides various urls for retrieving rendered images etc. Have a look at
https://trac.openmicroscopy.org.uk/omer ... WebGateway

Not sure how you do login etc with PHP, but it can't be too hard?

Will

Re: OMERO API and Web Publishing

PostPosted: Thu Feb 10, 2011 9:31 am
by icaoberg
any language works fine. we are looking for the most efficient and secure way to do it. thanks for your suggestion.

ivan