如题,找了好久,ptrhon3 无法安装 gdcm,pydicom 无法直接导出含有压缩 jpg 图像的文件,其他模块也基本依赖 gdcm 处理压缩 dcm 文件,看到 github 上面好多 js 解压缩 dicom 压缩图像的开源项目如: https://github.com/cornerstonejs/cornerstone 是否可以通过 js 中转,把 dicom 文件里面的图像传给 python,后期再处理?