cornerstonejs / cornerstone

JavaScript library to display interactive medical images including but not limited to DICOM
https://docs.cornerstonejs.org/
MIT License
2.05k stars 598 forks source link

Auto-windowing Possible ? #595

Open VijayanRamachandran opened 2 years ago

VijayanRamachandran commented 2 years ago

Hi,

We are using cornerstone for displaying of images in our angular app.

├── cornerstone-core@2.3.0 ├── cornerstone-math@0.1.8 ├── cornerstone-tools@3.19.3 ├── cornerstone-wado-image-loader@2.2.4 ├── cornerstone-web-image-loader@2.1.1

Right now images are getting displayed as expected.

Question:

Is autowindowing is possible with cornerstone ?

If yes can you please share some sample code snippets to achive it.

Thanks