Hi Kouichi,
I know that there is a slider in OMERO.web or OMERO.insight that allows you to enlarge the thumbnails in a dataset or project. But it's just zooming up the same thumbnails. it looks like that the default thumbnail size is limited up to 96 pixels in either of dimensions.
Yes 96 is the default thumbnail size for the server and the clients at the moment.
If there is a configuration parameter with which you can increase the resolution of thumbnails, eg. to 256, please let me know.
A configuration property exists that allows to override the client thumbnail size - see
omero.client.browser.thumb_default_size.
Let me mention a couple of facts to take into consideration before consuming it:
- this configuration property is only implemented in the OMERO.web client at the moment
- this configuration needs to be set at the OMERO.web deployment level and will globally affect all users of a Web instance
- related to the above, the thumbnails stored by the OMERO server are generated with the default size of 96 and this size is not configurable at the moment. Having the client asking for a different thumbnail size could have some impact in terms of performance.
Best,
Sebastien