The plugin doesn't support displaying .tiff (not ome.tiff) images. There is an error saying, for example, Reader does not support the image: '/Users/r.dhamrongsirivadh/Downloads/1.tif'.
Steps to recreate
Load in a .tiff image and click on the image name in the file widget to display it.
Possible Fix
Add ".ome.tiff" and ".ome.tif" to SUPPORTED_FILE_TYPES and make sure the plugin supports .tiff. My guess is that bioio_ome_tiff, which we use to read files with .tiff extension, only support ome.tiff but not just .tiff.
Issue
The plugin doesn't support displaying .tiff (not ome.tiff) images. There is an error saying, for example,
Reader does not support the image: '/Users/r.dhamrongsirivadh/Downloads/1.tif'.
Steps to recreate
Load in a .tiff image and click on the image name in the file widget to display it.
Possible Fix
Add ".ome.tiff" and ".ome.tif" to
SUPPORTED_FILE_TYPES
and make sure the plugin supports .tiff. My guess is that bioio_ome_tiff, which we use to read files with .tiff extension, only support ome.tiff but not just .tiff.