dcmedit is a DICOM editor for Windows, Linux and macOS, written in C++ using Qt and DCMTK.
- Add, edit and delete data elements. In single and multiple files.
- See changes to the image immediately.
Downloads for Windows, Linux and macOS can be found here.
- Install Qt, vcpkg and CMake.
cmake -B <build path> -DCMAKE_TOOLCHAIN_FILE=<path to vcpkg>/scripts/buildsystems/vcpkg.cmake <path to dcmedit>
cmake --build <build path>