ome / omero-figure

An OMERO.web app for creating Figures from images in OMERO
http://figure.openmicroscopy.org
GNU Affero General Public License v3.0
15 stars 31 forks source link

Max projection limits #440

Closed will-moore closed 1 month ago

will-moore commented 3 years ago

See https://forum.image.sc/t/z-projection-disabled-in-viewers-for-big-images/54181

OMERO.figure should follow the other clients and disable projection when images are bigger than mero.pixeldata.max_projection_bytes.

webclient (https://github.com/ome/omero-web/pull/115) and iviewer (https://github.com/ome/omero-iviewer/pull/305) restrict the amount of data you can use in max-intensity projection by disabling Z-projection for images over 256 * 1024 * 1024 bytes (ignoring sizeT).

E.g. https://github.com/ome/omero-web/blob/4d8d25ef7528e49cadfb5b777a47f6953c198fba/omeroweb/webgateway/templates/webgateway/viewport/omero_image.html#L1123

This has been made a server-side config values: https://github.com/ome/omero-common/pull/22 https://github.com/ome/omero-model/pull/47 but not implemented in webclient or iviewer yet.

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/z-projection-disabled-in-viewers-for-big-images/54181/2

imagesc-bot commented 5 months ago

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

https://forum.image.sc/t/z-projections-disabled/95042/10