Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deflate transfer syntax support (for parse) #321

Merged
merged 4 commits into from
Jun 1, 2024
Merged

Deflate transfer syntax support (for parse) #321

merged 4 commits into from
Jun 1, 2024

Conversation

suyashkumar
Copy link
Owner

@suyashkumar suyashkumar commented Jun 1, 2024

This adds support for Deflated Little Endian Explicit transfer syntax on parsing. Support on writing should come in another change.

This change does this by adding a one way SetDeflate mechanism to the dicomio.Reader. The expectation for now is that this internal API is called once and at the top level of dicom parsing (e.g this doesn't support parsing just some sub-payloads with deflation, though we can make some changes to support that in the future if it's a need).

@suyashkumar suyashkumar marked this pull request as ready for review June 1, 2024 20:17
@suyashkumar suyashkumar changed the title Initial stab at deflate transfer syntax support Initial deflate transfer syntax support Jun 1, 2024
@suyashkumar suyashkumar marked this pull request as draft June 1, 2024 20:25
@suyashkumar suyashkumar marked this pull request as ready for review June 1, 2024 20:59
@suyashkumar suyashkumar changed the title Initial deflate transfer syntax support Initial deflate transfer syntax support (for parse) Jun 1, 2024
@suyashkumar suyashkumar changed the title Initial deflate transfer syntax support (for parse) Deflate transfer syntax support (for parse) Jun 1, 2024
@suyashkumar suyashkumar merged commit 46895b8 into main Jun 1, 2024
4 checks passed
@suyashkumar suyashkumar deleted the s/deflate branch June 1, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant