Skip to content

[Feature request] Getting access to a specific pyramid level on imageJ #93

@Rdornier

Description

@Rdornier

Hi @ppouchin,

I recently had a request from a user, who works on Fiji and has images on OMERO, to get specific pyramids of a pyramidal file.
For their pipeline, they don't need the full resolution image (a downsample version can be used).

When I call the method imageWrapper.toImagePlus(client), it automatically loads the full resolution plan and Fiji crashed due to memory issue (expected because of the large image).

I think having a method like imageWrapper.toImagePlus(client, level), with level the resolution level we would like to load, could really be useful.
I already made a groovy script that do the job, but I would appreciate having this feature including in the simple-omero-client project.

I've tried to implement it, but I'm stucked to, apparently, bad pixel reading. Therefore, I didn't open a PR yet (if you would like to have a look, I can open one as a draft).

Thanks and all the best,
Rémy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions