A DICOM image viewer and utilities.
A simple viewer application for DICOM images with variable window parameters.
Built using the Fyne toolkit.
$ go get -u github.com/fynelabs/dicomgraphics/cmd/dicomviewer
$ dicomviewer <filename.dcm>
or if you have a folder of image slices:
$ dicomviewer <foldername>
You should see something like the following:
Data in the screenshot is CC BY 3.0 from Clark K, Vendt B, Smith K, Freymann J, Kirby J, Koppel P, Moore S, Phillips S, Maffitt D, Pringle M, Tarbox L, Prior F. The Cancer Imaging Archive (TCIA): Maintaining and Operating a Public Information Repository, Journal of Digital Imaging, Volume 26, Number 6, December, 2013, pp 1045-1057. (paper)
A command line utility to convert DICOM image frames to jpeg files.
go get -u github.com/fynelabs/dicomgraphics/cmd/dicom2jpg
dicom2jpg <filename.dcm>
The command will output a jpg
file in the same directory as the .dcm
.
A command line utility to convert DICOM image frames to an animated gif file.
go get -u github.com/fynelabs/dicomgraphics/cmd/dicom2gif
dicom2jpg <filename.dcm>
The command will output a gif
file in the same directory as the .dcm
.
This file will animate through each of the frames of the DICOM file.