Closed haesleinhuepf closed 10 months ago
Thanks for reporting.
The file is part of a multi-file series but does not follow the CZI multi-file naming schema (section 3.5.1 of the CZI specification). The current version of czifile is not os.Path
aware, so it does not attempt to parse the file name. Since multi-file handling was never fully implemented, it's probably best to remove all of it.
Hi @cgohlke ,
I'm retrieving an error when passing a string to the
imread
function and presume it's a bug. This example works well:But this throws an error:
If you want to reproduce this, you can download the example image here.
Thanks!
Best, Robert