Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 575 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 575 Bytes

dcmedit

dcmedit is a DICOM editor for Windows, Linux and macOS, written in C++ using Qt and DCMTK.

Features

  • Add, edit and delete data elements. In single and multiple files.
  • See changes to the image immediately.

Screenshot

How to get it

Downloads for Windows, Linux and macOS can be found here.

Build it

  1. Install Qt, vcpkg and CMake.
  2. cmake -B <build path> -DCMAKE_TOOLCHAIN_FILE=<path to vcpkg>/scripts/buildsystems/vcpkg.cmake <path to dcmedit>
  3. cmake --build <build path>