You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an RGB image that I have been using for tests. It has been working with AICSImage, and now bioio (with bioio-tifffile). If I have bioio-tiff-glob installed, then this results in attempting to read in with bioio-tiff-glob, but the image can't be read. The RGB image in question
Expected Behavior
Either 1. bioio-tiff-glob recognizes that it does not support the image or 2. bioio-tifffile takes precedence since it is less niche in use, perhaps expecting an informed user to input bioio-tiff-glob.Reader if needed.
Reproduction
from bioio import BioImage
import bioio
import bioio_tifffile
from pathlib import Path
bioio.plugin_feasibility_report(r'./resources/RGB.tiff')
Describe the Bug
I have an RGB image that I have been using for tests. It has been working with AICSImage, and now bioio (with bioio-tifffile). If I have bioio-tiff-glob installed, then this results in attempting to read in with bioio-tiff-glob, but the image can't be read. The RGB image in question
Expected Behavior
Either 1. bioio-tiff-glob recognizes that it does not support the image or 2. bioio-tifffile takes precedence since it is less niche in use, perhaps expecting an informed user to input bioio-tiff-glob.Reader if needed.
Reproduction
outputs this plugin matrix
this does not work (since it tries to use tiff-glob
error output
explicitly specifying bioio_tifffile.Reader works
successfuly loads an RGB image
Environment
The text was updated successfully, but these errors were encountered: