Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn each Bio-Formats reader/writer pair into its own Format #12

Open
hinerm opened this issue Feb 4, 2015 · 1 comment
Open

Turn each Bio-Formats reader/writer pair into its own Format #12

hinerm opened this issue Feb 4, 2015 · 1 comment

Comments

@hinerm
Copy link
Member

hinerm commented Feb 4, 2015

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.

@hinerm hinerm self-assigned this Feb 4, 2015
@hinerm hinerm added this to the unscheduled milestone Mar 23, 2015
@hinerm hinerm removed their assignment Mar 23, 2015
@imagejan
Copy link
Member

Marginally related (although perhaps orthogonal to this issue): #20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants