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
Smushing all Bio-Formats Readers into a single SCIFIO Format and putting at the highest priority is technically incorrect as it skews priority of individual formats, which forces non-optimal (and potentially incorrect) Checker results.
Furthermore, relying on construction of new ImageReaders can be detrimental to performance.
A better solution would be to wrap each Bio-Formats Reader(/Writer) in a SCIFIO Format which could be injected into the FormatService.
We could then use the blacklist of formats implemented in SCIFIO to determine relative priority for each Bio-Formats wrapped format.
The text was updated successfully, but these errors were encountered:
Smushing all Bio-Formats
Reader
s into a single SCIFIOFormat
and putting at the highest priority is technically incorrect as it skews priority of individual formats, which forces non-optimal (and potentially incorrect)Checker
results.Furthermore, relying on construction of new
ImageReaders
can be detrimental to performance.A better solution would be to wrap each Bio-Formats
Reader(/Writer)
in a SCIFIOFormat
which could be injected into theFormatService
.We could then use the blacklist of formats implemented in SCIFIO to determine relative priority for each Bio-Formats wrapped format.
The text was updated successfully, but these errors were encountered: