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

Add encoding using a buffer and bug fixes #89

Merged
merged 12 commits into from
Mar 23, 2024

Conversation

scaramallion
Copy link
Member

@scaramallion scaramallion commented Mar 22, 2024

  • Adds encode_buffer and encode_array
  • Adds support for encoding from a buffer-like
  • Fixes encoding tests for 1-bit precision
  • Fixes encoding using JP2 format, closes Fix encoding with JP2 encapsulation #87
  • Fixes py_seek() not returning the expected value
  • Changes nr_components parameter to samples_per_pixel parameter to be more in line with DICOM
  • Fixes error message ranges not using the correct bracket style for inclusive range
  • Version bump to 2.2.0

To do:

@scaramallion scaramallion merged commit f45f309 into pydicom:main Mar 23, 2024
20 checks passed
@scaramallion scaramallion deleted the dev-encoding branch March 23, 2024 22:32
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.

Fix encoding with JP2 encapsulation encode lossless documentation correction
1 participant