Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.6% on proxy.golang.org
Top 1.6% dependent packages on proxy.golang.org
Top 1.3% dependent repos on proxy.golang.org
Top 2.6% forks on proxy.golang.org
Top 0.5% docker downloads on proxy.golang.org

proxy.golang.org : github.com/suyashkumar/dicom

Package dicom provides a set of tools to read, write, and generally work with DICOM (https://dicom.nema.org/) medical image files in Go. dicom.Parse and dicom.Write provide the core functionality to read and write DICOM Datasets. This package provides Go data structures that represent DICOM concepts (for example, dicom.Dataset and dicom.Element). These structures will pretty-print by default and are JSON serializable out of the box. This package provides some advanced functionality as well, including: streaming image frames to an output channel, reading elements one-by-one (like an iterator pattern), flat iteration over nested elements in a Dataset, and more. General usage is simple. Check out the package examples below and some function specific examples. It may also be helpful to take a look at the example cmd/dicomutil program, which is a CLI built around this library to save out image frames from DICOMs and print out metadata to STDOUT.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/suyashkumar/dicom
Keywords: dicom, dicom-files, dicom-images, golang, golang-library, golang-package, imaging, medical, medical-image-analysis, medical-imaging, pacs, parser, real-time, streaming
License: MIT
Latest release: 9 months ago
First release: over 8 years ago
Namespace: github.com/suyashkumar
Dependent packages: 13
Dependent repositories: 18
Stars: 809 on GitHub
Forks: 99 on GitHub
Docker dependents: 13
Docker downloads: 5,963,007
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago

    Loading...
    Readme
    Loading...