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

Implement ImgLoaderIo for all XML based formats #131

Open
tischi opened this issue Dec 21, 2022 · 0 comments
Open

Implement ImgLoaderIo for all XML based formats #131

tischi opened this issue Dec 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tischi
Copy link
Collaborator

tischi commented Dec 21, 2022

One needs something like below also for:

BdvOmeZarr and BdvOmeZarrS3

@ImgLoaderIo(format = "bdv.n5.s3", type = N5S3ImageLoader.class)
public class XmlIoN5S3ImageLoader implements XmlIoBasicImgLoader<N5S3ImageLoader> {
    public static final String SERVICE_ENDPOINT = "ServiceEndpoint";
    public static final String SIGNING_REGION = "SigningRegion";
    public static final String BUCKET_NAME = "BucketName";
    public static final String KEY = "Key";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant