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

Add loadFileRequest and fileManager infrastructure #13

Open
swederik opened this issue Sep 1, 2017 · 2 comments · May be fixed by #41
Open

Add loadFileRequest and fileManager infrastructure #13

swederik opened this issue Sep 1, 2017 · 2 comments · May be fixed by #41

Comments

@swederik
Copy link
Member

swederik commented Sep 1, 2017

See https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/cornerstone-platform/e3JAt5cIUtM

We should be able to load images from file inputs as we can with the WADO Image Loader.

@swederik
Copy link
Member Author

swederik commented Feb 2, 2018

@nisalupendra
Copy link

I believe there should be a way to load images from blob urls. It's not always possible to serve medical images from a file server due to privacy concerns.

meetmangukiya added a commit to flamy-dev/cornerstoneWebImageLoader that referenced this issue Jul 3, 2020
meetmangukiya added a commit to flamy-dev/cornerstoneWebImageLoader that referenced this issue Jul 3, 2020
Register `blob` as scheme instead of `blob:http` or `blob:https` because
cornerstone-core splits on `:` and uses the first part as the scheme. So,
if provided a url `blob:https://github.com/test-id` it will consider `blob`
as the scheme instead of `blob:https`.

Closes cornerstonejs#13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants