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

Cannot open other file format than LOCI #19

Open
jejmule opened this issue Sep 12, 2014 · 6 comments
Open

Cannot open other file format than LOCI #19

jejmule opened this issue Sep 12, 2014 · 6 comments

Comments

@jejmule
Copy link

jejmule commented Sep 12, 2014

I am using the plugin in ImageJ

I have implemented a reader for my specific file format : using HandleExtraFileTypes to enable native recognition of the image in ImageJ. I can drag and drop iage for opening.

The file format is recognized by ImageJ but cannot be open by the stitching plugin.

@hinerm
Copy link
Member

hinerm commented Sep 12, 2014

@jejmule - Stitching uses Bio-Formats for image importing (see this line of Stitching_Grid) which is why your reader is not being used.

I got your private e-mail about creating a SCIFIO reader for your format. I was just going to write a response to it on the SCIFIO mailing list.

If you were to implement your reader as a SCIFIO format, then I would have an excellent use case to work on scifio/scifio-bf-compat#4, which would allow your format to be picked up by the Stitching plugin.

@dscho
Copy link
Contributor

dscho commented Sep 12, 2014

@hinerm actually, the Stitching plugin should switch from Bio-Formats to SCIFIO already.

@hinerm
Copy link
Member

hinerm commented Sep 12, 2014

@dscho to clarify, do you mean "we should rewrite Stitching to use SCIFIO" or "it already is using SCIFIO"?

glancing at the repo, I don't see how the latter is possible.. please correct me if I'm wrong though.

@ctrueden
Copy link
Member

@hinerm I think he means the former. But actually, I am not sure yet... the SCIFIO API is still in flux, and the more things we update to use it right now, the more maintenance burden it becomes later as we ramp up toward SCIFIO 1.0.0. I would be more in favor of switching Stitching over to SCIFIO after a SCIFIO 1.0.0 release. In which case, your plan to use scifio-bf-compat in the other direction in the meantime makes total sense to me.

@dscho
Copy link
Contributor

dscho commented Sep 13, 2014

@dscho @hinerm yep, I meant "Stitching should be rewritten to use SCIFIO".

And just to clarify: I was not proposing that us three take on even more tasks than we already have weighing down on our shoulders. It would be a perfect opportunity to bring @StephanPreibisch in – whose project this is, after all, so it would be improper for us to take control of it (and it would also fly in the face of Fiji's community project nature). Also, that way SCIFIO would most likely benefit from it because it will show rough edges in the API that still need to be filed down.

@dscho
Copy link
Contributor

dscho commented Sep 13, 2014

And to make sure that we give @StephanPreibisch a chance to prevent us infamous three from interfering with his wishes, I just opened #20.

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

No branches or pull requests

4 participants