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

Switch to write by tiles instead of planes #87

Open
awalter17 opened this issue May 31, 2018 · 0 comments
Open

Switch to write by tiles instead of planes #87

awalter17 opened this issue May 31, 2018 · 0 comments

Comments

@awalter17
Copy link
Contributor

awalter17 commented May 31, 2018

The OMEROFormat$Writer currently writes images to OMERO one plane at a time (see here). This should be switched to write one "tile"at a time (i.e. use store.setTile(...)). Therefore writing larger images should be supported.

This would be consistent with the reader (see here).

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

1 participant