go-dicom — a pure Go DICOM library and CLI, no CGO
go-dicom is a pure Go DICOM library and CLI, providing a complete implementation of the DICOM standard without C dependencies. This library addresses the need for handling medical images in Go, offering a simple and efficient solution. Engineers can use it to read and write DICOM files, decode and encode pixels, and establish network connections. It supports various transfer syntaxes, tags, and clinical structures, making it a valuable tool for medical imaging platforms. To use it, simply run 'go get github.com/amrshadid/go-dicom' or follow the CLI installation instructions.