Closed dominikl closed 2 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
rawPixelsStore.setResolutionLevel()
is not just Python:
https://downloads.openmicroscopy.org/omero/5.4.10/api/ome/api/RawPixelsStore.html#setResolutionLevel-int-
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.