cornerstonejs / cornerstone

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

Should we verify the maximum width and height limit of canvas in the browser? #619

Open lucky0lonely opened 1 year ago

lucky0lonely commented 1 year ago

When working on the project, my dicom exceeded the maximum limit of the iPhone browser, resulting in all the data obtained by getImageData being 0.

May I ask if there are any good solutions?