cornerstone icon indicating copy to clipboard operation
cornerstone copied to clipboard

JavaScript library to display interactive medical images including but not limited to DICOM

Results 123 cornerstone issues
Sort by recently updated
recently updated
newest added

Currently, when dragging all measurement lines along the image canvas the measured value changes. https://photos.app.goo.gl/BN58oR6ZLRqA4sN28 I think this is due to rounding to the full pixel when fetching the coordinate...

🐛 Bug: Verified
🙋 Up For Grabs

Hello, We have been working with cornerstonejs for awhile and it's helped us ever so much. So thank you. It appears that de-identification of image has been looked at in...

❓ Question

On `setLayerImage` call there is an if statement to check if `layer.viewport` exists: ``` if (!layer.viewport) { const defaultViewport = getDefaultViewport(enabledElement.canvas, image); // Override the defaults if any optional viewport...

❓ Question

Hello there, Can you support me write a WebGL Shader for RGBA format? I have to implement a Pseudocolor image for WebGL render I try to write as below but...

[notworking.dcm.zip](https://github.com/cornerstonejs/cornerstone/files/4241924/notworking.dcm.zip) Hi I see that for some images there is a difference in the way images are displayed with wegl enabled and when wegl is disabled. The image I have...

🐛 Bug: Report

Добрый день. Помогите разобраться. Создал проект в Visual Studio 2019 на базе asp.net core MVC. Добавил в проект вашу библиотеку. Не могу понять где должны хранится в проекте файлы *.dcm...

❓ Question

Hi, I apologize if your documentation address this question, but i'm relatively new to the DICOM/PACS world. Does your library support DICOM-RT?

Hi, When we load a large series with lots of images in the viewport and then try to load a different series in the same viewport before the first series...

I first use node js project, and i clone code, and nmp install, then but i dont not how to view in chrome , how can i do?

![image](https://user-images.githubusercontent.com/1212457/72138886-b4eb0b80-33c8-11ea-8bfb-045fe4a55879.png) I have read [renderGrayscaleImage.js](https://github.com/cornerstonejs/cornerstone/blob/a1f0caf7e745bda4fd2b2687adc8746546a9a7ca/src/rendering/renderGrayscaleImage.js#L92) code, I think the fillStyle of canvas is hard coding to 'black' here. If I want to set a different fillStyle color to my canvas,...