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
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).
The text was updated successfully, but these errors were encountered:
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. usestore.setTile(...)
). Therefore writing larger images should be supported.This would be consistent with the reader (see here).
The text was updated successfully, but these errors were encountered: