dicom icon indicating copy to clipboard operation
dicom copied to clipboard

⚡High Performance DICOM Medical Image Parser in Go.

Results 133 dicom issues
Sort by recently updated
recently updated
newest added

#252 introduced fuzz testing. This issue is to investigate and further triage issues demonstrated by the fuzz testing.

enhancement

Hey all, I am new to the great library and being to implement a dicom application to connect to PACS. I refer to the [godoc](https://pkg.go.dev/github.com/suyashkumar/dicom#Parse) to create a dataset with...

### Rationale: - According to this issue https://github.com/suyashkumar/dicom/issues/161, we have OOM issues and it happens when the DICOM is about 784Mb and server memory is 16Gb, and the DICOM contains...

Hey I added a method for autoscaling the pictures, since this is my first pull request Im not sure if everything is alright. Please let me know :)

escription When converting a raw format file to DICOM using the provided program, the resulting output.dcm file appears as a blank/black image when viewed in a DICOM browser. Environment Go...

the problem is occurring because the DICOM has an implicit transfer syntax -- unexpected EOF

I was playing around with the [pydicom test files](https://github.com/pydicom/pydicom/tree/ce7424b427fed66be1cc39f54beb70152715e215/pydicom/data/test_files) and noticed that parsing (with `SkipProcessingPixelDataValue()` option enabled) the following files result in errors: - [x] 1. [ExplVR_BigEndNoMeta.dcm](https://github.com/pydicom/pydicom/blob/ce7424b427fed66be1cc39f54beb70152715e215/pydicom/data/test_files/ExplVR_BigEndNoMeta.dcm) (addressed in #330)...

Considering a Parse API refactor along with the next round of API-breaking changes. However, since the Parse API is likely the most used API we should be careful and only...