Skip to content

The program is used to extract digital medical images and documents of examined patients from the DICOMDIR file and save them in PNG or JPEG format

License

Notifications You must be signed in to change notification settings

darkkemper/dicom-converter

Repository files navigation

DICOM file converter

License

This repository contains the sourcecode of app converting DICOM files to png with kotlin

Building

To build a combined JAR of project and runtime dependencies use buildFatJar

To run it locally use this command

java -jar build/libs/dicom-converter.0.0.1.jar
Program arguments Default Description
-d, --directory working directory Directory containing DICOMDIR file
-o, --out out/ Output directory for converted image files
-e, --extension png Extension for output file [png, jpg]

About

The program is used to extract digital medical images and documents of examined patients from the DICOMDIR file and save them in PNG or JPEG format

Topics

Resources

License

Stars

Watchers

Forks

Languages