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
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
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`.
Closescornerstonejs#13
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.
The text was updated successfully, but these errors were encountered: