Danny Brown

Results 89 comments of Danny Brown

👋 I thought y'all would find this interesting: @pieper, @emelalkim, @jamesapetts, @swederik

A dicom-parser dump of the uploaded file: https://rawgit.com/cornerstonejs/dicomParser/master/examples/dumpWithDataDictionary/index.html My best guess is that this is an image decoding issue cause by the old codecs in `cornerstone-wado-image-loader`: ``` TransferSyntaxUID(x00020010) : "1.2.840.10008.1.2.4.90"...

We would likely need to PR a change that preserves the default behavior, but gives you the ability to override it.

> Windowing, also known as grey-level mapping, contrast stretching, histogram modification or contrast enhancement - [Reference Source](https://radiopaedia.org/articles/windowing-ct?lang=us) It sounds like "Contrast Stretching" is what is commonly referred to as Window...

I appreciate the correction!

Unless you're using `cornerstone` for input as to which portions of the pixel data should be cleared, I imagine you could do most of this with [dicom-parser](https://github.com/cornerstonejs/dicomParser) / [dcmjs](https://github.com/dcmjs-org/dcmjs). It...

> Good afternoon. Help me to understand. Created a project in Visual Studio 2019 based on asp.net core MVC. Added your library to the project. I can’t understand where the...

Either is fine. So long as you can provide a URL that consistently returns a DICOM instance/file. That can be through serving static files with routes that match their location...

I'm sorry but IIS/.NET Server support is outside the scope of what we provide. You may want to try StackOverflow if you're having issues returning a static .dcm file for...

@Zaid-Safadi, has this work-around been sufficient? Do you feel we need to address this in _some way_ with a pull request to modify behavior, or would a note in the...