I'm using Compose Multiplatform, and I don't know if there's currently any free library for reading DICOM (X-ray) image files. From my research, DICOMHero requires a fee, and the GDCM library is complex, and I don't know how to integrate it. If anyone has experience with reading DICOM files, please help me.
d
Doug McCluer
11/12/2024, 5:20 PM
There are many utilities for dealing with DICOM files on github, though reading files doesn't directly intersect with Compose.