Registry / other / gdcm
library3.2.5vcpkgunverified

Grassroots DICOM library

vcpkg install gdcm
INSTALL
IMPORT
SIG · GDCM
G
gdcm
othercppv3.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gdcm/gdcmReader.h
#include <gdcm/gdcmReader.h>

Reads a DICOM file using GDCM

#include <gdcm/gdcmReader.h> #include <iostream> int main() { gdcm::Reader reader; reader.SetFileName("image.dcm"); if (reader.Read()) { std::cout << "DICOM file read successfully\n"; } return 0; }
Debug
Known issues
gotchaGDCM has multiple modules; ensure you link against the correct ones (e.g., gdcmCommon, gdcmDICT).
fix
Use GDCM::GDCM target which includes all necessary modules.
affects: *
Upgrade
Version history
3.2.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

gdcm — pip install gdcm · libregistry