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
Reported via QA 30384, some large NDPI files (>4GB) fail to open with the following stack trace
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Number
at loci.formats.in.NDPIReader.initStandardMetadata(NDPIReader.java:381)
at loci.formats.in.BaseTiffReader.initMetadata(BaseTiffReader.java:97)
at loci.formats.in.BaseTiffReader.initFile(BaseTiffReader.java:586)
at loci.formats.in.NDPIReader.initFile(NDPIReader.java:311)
Support for large NDPI files (>4GB) had been improved in #3505 but the latest released version of Bio-Formats (6.7.0) still fails against these files. tiffinfo sanity checks also fail against these files. However the files themselves load without problem into Hamamatsu NDP.View2.
The text was updated successfully, but these errors were encountered:
Reported via QA 30384, some large NDPI files (>4GB) fail to open with the following stack trace
Two representative NDPI samples have been uploaded (as multi-part) as https://doi.org/10.5281/zenodo.5337013.
Support for large NDPI files (>4GB) had been improved in #3505 but the latest released version of Bio-Formats (6.7.0) still fails against these files.
tiffinfo
sanity checks also fail against these files. However the files themselves load without problem into Hamamatsu NDP.View2.The text was updated successfully, but these errors were encountered: