ivmartel / dwv-jqui

Medical image viewer based on DWV (DICOM Web Viewer) and jQuery UI.
https://ivmartel.github.io/dwv-jqui/
GNU General Public License v3.0
18 stars 18 forks source link

.dicom file type support #69

Closed tommyJin closed 2 years ago

tommyJin commented 2 years ago

Hi there,

I tried .dicom file type, and it showed up no loader... and something, could you add the .dicom file type support as well? Cause both file type are the same thing.

Cheers. Best wishes.

ivmartel commented 2 years ago

For now the code library (dwv) just supports the .dcm extension or no extension for DICOM files. The standard does not specify an official extension. Would it be complicated for you to change the file extension on these files?

tommyJin commented 2 years ago

It's okay, I can change it before using them, thx.