dcmstack is a Python library (currently v0.9.0, last released stable) that stacks DICOM images into 3D volumes and converts them to NIfTI format. It has a very slow release cadence (last release in 2015) and supports Python >=2.7. The project is effectively in maintenance mode.
pip install dcmstackNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: add DICOM files to a DicomStack and convert to NIfTI.
Migrate to dcm2niix (command-line) or the Python library dicom2nifti.
After calling stack.to_nifti(), save the resulting nibabel image using nib.save(img, 'output.nii.gz').
Run: pip install dcmstack
Upgrade to version 0.9.0: pip install dcmstack==0.9.0
No dependency data recorded yet.