omero-py
omero-py copied to clipboard
thumbnail size default 96
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
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