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

[Feature Request] Support loading DZI image format #992

Open
liad-signalpet opened this issue Jan 10, 2024 · 3 comments
Open

[Feature Request] Support loading DZI image format #992

liad-signalpet opened this issue Jan 10, 2024 · 3 comments

Comments

@liad-signalpet
Copy link

What feature or change would you like to see made?

Sometimes medical images may be of high resolution and loading them could take quite some times, there is a popular format called DZI that allows for tiling an image into smaller low res images that are loaded when zoomed in, this allows for faster load time.

This is not as trivial as only a new image loader type because this needs some kind of interaction with zooming into the image.

Why should we prioritize this feature?

This will allow users with high res images to prefer using cornerstone as now this is lacking in cornerstone and only alternatives like OpenseaDragon support such formats.

@sedghi
Copy link
Member

sedghi commented Jan 11, 2024

In DICOM we have WSI and it is supported in OHIF: https://viewer.ohif.org/microscopy?StudyInstanceUIDs=2.25.141277760791347900862109212450152067508

There are some efforts to bring it to Cornerstone as well #944

@liad-signalpet
Copy link
Author

@sedghi How come it is supported in OHIF but not in Cornerstone? I was always sure that OHIF is built on top of Cornerstone.

Either way, until it is merged into Cornerstone I can't use DZI or other WSI formats, right?

@sedghi
Copy link
Member

sedghi commented Feb 20, 2024

OHIF uses another library for WSI and we use cornerstone3D for everything else.
We are planning to add that library inside cornerston3D to work with our toolings

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

2 participants