dicom - High Performance DICOM Medical Image Parser in Go
This is a library and command-line tool to read, write, and generally work with DICOM medical image files in native Go. The goal is to build a full-featured, high-performance, and readable DICOM parser for the Go community.
- Parse multi-frame DICOM imagery (both encapsulated and native pixel data)
- Channel-based streaming of
Frame
s to a client as they are parsed out of the dicom - Cleaner Go Element and Dataset representations (in the absense of Go generics)
- Better support for icon image sets in addition to primary image sets
- Write and encode Datasets back to DICOM files
- Enhanced testing and benchmarking support
- Modern, canonical Go.
https://github.com/suyashkumar/dicom
License:
Tech:
Tags: