Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@cleerly/cornerstone-wado-image-loader
Advanced tools
Cornerstone ImageLoader for DICOM WADO-URI
A cornerstone Image Loader for DICOM P10 instances over HTTP (WADO-URI) or DICOMWeb (WADO-RS). This can be used to integrate cornerstone with WADO-URI servers, DICOMWeb servers or any other HTTP based server that returns DICOM P10 instances (e.g. Orthanc or custom servers)
Having problems viewing your images with cornerstonWADOImageLoader? Check out the troubleshooting guide.
Click here for a live example of this library in use!
You can also see it in action with the cornerstoneDemo application.
Get the distributed unminimized files:
or the distributed minimized files:
The cornerstoneWADOImageLoader depends on the following external libraries which should be loaded before cornerstoneWADOImageLoader.js:
New in 1.0.0: Specify the cornerstone instance you want to register the loader with.
cornerstoneWADOImageLoader.external.cornerstone = cornerstone;
Have your code configure the web worker framework with the paths to the web worker and the codecs:
var config = {
webWorkerPath : '../../dist/cornerstoneWADOImageLoaderWebWorker.js',
taskConfiguration: {
'decodeTask' : {
codecsPath: '../dist/cornerstoneWADOImageLoaderCodecs.js'
}
}
};
cornerstoneWADOImageLoader.webWorkerManager.initialize(config);
See the web workers documentation for more details on configuring.
Why is this a separate library from cornerstone?
Mainly to avoid adding a dependency to cornerstone for the DICOM parsing library. While cornerstone is intended to be used to display medical images that are stored in DICOM, cornerstone aims to simplify the use of medical imaging and therefore tries to hide some of the complexity that exists within DICOM. It is also desirable to support display of non DICOM images so a DICOM independent image model makes sense.
How do I build this library myself?
See the documentation here
How do I add my own custom web worker tasks?
See the documentation here
How do I create imageIds that work with this image loader?
See the documentation here
Copyright 2016 Chris Hafey chafey@gmail.com
FAQs
Cornerstone ImageLoader for DICOM WADO-URI
The npm package @cleerly/cornerstone-wado-image-loader receives a total of 0 weekly downloads. As such, @cleerly/cornerstone-wado-image-loader popularity was classified as not popular.
We found that @cleerly/cornerstone-wado-image-loader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.