ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
22 stars 32 forks source link

thumbnail size default 96 #222

Open will-moore opened 4 years ago

will-moore commented 4 years ago

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