Converts neuroimaging data from the DICOM format to the NIfTI format and generates BIDS JSON sidecars.
dcm2niix is a command-line tool that converts neuroimaging data from the DICOM format, used by medical imaging devices, to the NIfTI format preferred by researchers. It solves the problem of inconsistent DICOM interpretations across vendors and generates standardized BIDS JSON metadata sidecars to facilitate reproducible brain imaging studies.
Neuroscientists, radiologists, and researchers working with medical imaging data who need to convert DICOM files to analysis-ready NIfTI format and adhere to BIDS standards for data organization.
Developers choose dcm2niix for its accuracy in handling vendor-specific DICOM quirks, its ability to generate BIDS-compliant metadata, and its status as a community-supported, open-source tool that is widely integrated into neuroimaging pipelines.
dcm2nii DICOM to NIfTI converter: compiled versions available from NITRC
Handles various DICOM transfer syntaxes including JPEG, JPEG-LS, and JPEG2000, with optional GZ compression and pigz integration for faster processing, as detailed in the README.
Automatically creates standardized JSON sidecar files compliant with the BIDS specification, providing vendor-agnostic metadata critical for reproducible neuroscience research.
Offers precompiled binaries for Linux, macOS, and Windows, plus easy installation via package managers like Homebrew, Conda, and apt-get, ensuring wide accessibility.
Developed and maintained by the neuroimaging community, it is widely integrated into tools like MRIcroGL, Freesurfer, and BIDS converters, enhancing reliability and support.
Full support for advanced compression formats like JPEG2000 and JPEG-LS requires compiling with external libraries such as OpenJPEG or CharLS, adding setup overhead.
Lacks a built-in graphical user interface, which can be a barrier for users unfamiliar with terminal commands, though wrappers like MRIcroGL exist.
Primarily optimized for brain imaging data; conversion accuracy for other medical imaging domains may be less tested or supported.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.