Skip to content

An open source DICOM graphics viewer and utility applications

License

Notifications You must be signed in to change notification settings

fynelabs/dicomgraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicomgraphics

A DICOM image viewer and utilities.

dicomviewer

A simple viewer application for DICOM images with variable window parameters.

Built using the Fyne toolkit.

Usage

$ 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)

dicom2jpg

A command line utility to convert DICOM image frames to jpeg files.

Usage

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.

dicom2gif

A command line utility to convert DICOM image frames to an animated gif file.

Usage

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.

About

An open source DICOM graphics viewer and utility applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages