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
When attempting to open images in a folder as an ImageSequence, the module fails when there is a single image in the folder. I would expect the behavior to return an image sequence containing a single image.
File "pims/api.py", line 206, in open
raise UnknownFormatError("All handlers returned exceptions:\n" + exceptions)
pims.api.UnknownFormatError: All handlers returned exceptions:
<class 'pims.image_reader.ImageReader'> errored: No such file: 'images/*.png'
<class 'pims.image_reader.ImageReaderND'> errored: No such file: 'images/*.png'
<class 'pims.imageio_reader.ImageIOReader'> errored: No such file: 'images/*.png'
The text was updated successfully, but these errors were encountered:
When attempting to open images in a folder as an ImageSequence, the module fails when there is a single image in the folder. I would expect the behavior to return an image sequence containing a single image.
Reproducing the issue with the data:
Code:
Stacktrace
The text was updated successfully, but these errors were encountered: