dicom
dicom copied to clipboard
⚡High Performance DICOM Medical Image Parser in Go.
Probably #322 should be fixed first.
Right now, the [WriteElement API](https://github.com/suyashkumar/dicom/blob/bb750f079954f4e4b290cc6aed7bcb5e53e5ba9b/write.go#L92) blindly writes out elements to the output stream. I think this means we may not write out dicoms in the transfer syntax that may be...
exploring things related to #161 and #291. work in progress / hacking around. - initial goal is to get multi-go-type pixel data in with as little changes as possible in...
There are a lot of options that affect `PixelDataInfo` -- we may want to consider clarifying and refactoring the layout of this struct API. Same with the `frame` package
- Refactor internal-only packages into internal/ - Think about helper package location to make it clearer they're helpers, consider referencing them in docs
I use this package in go1.20.14 because I need to run the program on Windows 7 and this is the last go version that supports Windows 7. But now I...
This PR adds logic to parse pixel data using CharLS/OpenJPEG/DCMTK if it can be imported. Tested on some compressed MR, CT and X-ray data.
Currently only gray colours are possible. Would it be feasible to add RGB support like in pydicom