omero-py icon indicating copy to clipboard operation
omero-py copied to clipboard

thumbnail size default 96

Open will-moore opened this issue 5 years ago • 1 comments

See https://forum.image.sc/t/speed-of-conn-getthumbnailset-in-omero-py-vs-omero-web/39328

Default usage of conn.getThumbnailSet(ids) and image.getThumbnail() will use size of 64 which is slower than using the OMERO's default size of 96.

By default, the BlitzGateway should use size 96, to avoid the need for the user to know this "magic" number.

cc @chris-allan @joshmoore

will-moore avatar Jun 21 '20 21:06 will-moore

Ideally the gateway implementation should use the configuration service to retrieve the value of omero-client-browser-thumb-default-size and use this as the default value if max_size is not passed to the API call

sbesson avatar Mar 18 '25 09:03 sbesson