ome / omero-gateway-java

Gradle project containing OMERO Java Client Library
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
1 stars 9 forks source link

Allow to set resolution level for retrieving planes of pyramidal images #48

Closed dominikl closed 2 years ago

dominikl commented 3 years ago

At the moment you can't get pixel data at specific zoom levels from pyramidal images. An example like OMERO.py: How to get tiles at different zoom level (pyramidal image)? is afaik not possible using the Java gateway. At a first glance this could be quite tricky, if it needs the whole rendering stack from Insight, but maybe there's an alternative way.

imagesc-bot commented 3 years ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/omero-py-how-to-get-tiles-at-different-zoom-level-pyramidal-image/45643/5

will-moore commented 3 years ago

rawPixelsStore.setResolutionLevel() is not just Python: https://downloads.openmicroscopy.org/omero/5.4.10/api/ome/api/RawPixelsStore.html#setResolutionLevel-int-