[ImageJ-devel] ImageJ-devel Digest, Vol 25, Issue 4

Will Moore will at lifesci.dundee.ac.uk
Tue Nov 22 10:40:45 CST 2011


Hi Lee,

Just to let you know what we've done, in relation to this discussion:

In OMERO, we have a web client and have urls to define the rendered images. 
The urls encode plane (imageId, Z, T) as well as a number of optional rendering attributes.

E.g. 
http://gretzky.openmicroscopy.org.uk/webclient/render_image/26930/8/0/?c=1|204:4095$FF0000,2|204:3736$00FF00&m=c&p=normal&ia=0&q=0.9&zm=100&x=0&y=0

This is described in more detail here
http://trac.openmicroscopy.org.uk/ome/wiki/OmeroWeb/WebGateway

We also have attributes for tiling: either 'tile' zoom-level, col, row, w, h,	 E.g. tile=0,14,6,256,256
or 'region': x, y, w, h.	 E.g.  region=512,512,256,256

 Cheers,

  Will. 



> Date: Tue, 15 Nov 2011 08:32:32 -0500
> From: Lee Kamentsky <leek at broadinstitute.org>
> To: Curtis Rueden <ctrueden at wisc.edu>, imagej-devel at imagejdev.org
> Subject: [ImageJ-devel] Encoding 2-d plane information in a URL
> Message-ID: <4ec269f1.271e340a.2d3f.ffffe05b at mx.google.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hi Curtis,
> Sorry about being AWOL for the last two checkins - the last one was the 
> Broad Retreat so I was away. I've been sort of roped into a standards 
> committee for a file format for storing measurements (ISAC ICEFormat). 
> One of the problems we're having is selecting a single plane from a TIFF 
> stack or movie using a URL - you'd like to have some way to specify a 
> monochrome 2-d plane (or more generally, an N-d hypercube from a stack).
> 
> I'm thinking about something like:
> 
> file:///path-to/myimage.tif?series=5&index=15 (reads a whole plane)
> 
> file:///path-to/myimage.tif?series=5&index=15&x=200&y=200&height=400&width=400 
> (reads a 200x200 partial image).
> 
> Is that general enough for movie, flex, tif and other formats? Any 
> precedents for this? Useful in other contexts?
> 
> Thanks,
> --Lee




More information about the ImageJ-devel mailing list