cornerstonejs / cornerstone

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

RGB Mask for PNG Images not supported #578

Open anshulsinha1101 opened 2 years ago

anshulsinha1101 commented 2 years ago

Hi Team,

We are using cornerstone in our project to render png images and mask, in one case we tried to render .png mask of format: RGB, the mask was not getting displayed as expected, but if convert the same png mask to Grayscale the mask is being rendered as expected, so do corner stone have ability to render RGB format png masks ?