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

Fix RLE lossless decoding #393

Merged
merged 2 commits into from Jul 22, 2023
Merged

Fix RLE lossless decoding #393

merged 2 commits into from Jul 22, 2023

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Jul 22, 2023

Summary

  • Adjust RLE lossless decoding adapter so that its output is aligned with pixel data reader expectations when samples per pixel 1
  • update tests accordingly
  • update CI to include more extra features in cargo test

- output would not be aligned with pixel data reader expectations
  when samples per pixel 1
- update tests accordingly
@Enet4 Enet4 added bug This is a bug A-lib Area: library C-pixeldata Crate: dicom-pixeldata C-transfer-syntax Crate: dicom-transfer-syntax-registry labels Jul 22, 2023
@Enet4 Enet4 merged commit 58f876d into master Jul 22, 2023
4 checks passed
@Enet4 Enet4 deleted the bug/rle-decode branch July 22, 2023 11:38
Enet4 added a commit that referenced this pull request Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library bug This is a bug C-pixeldata Crate: dicom-pixeldata C-transfer-syntax Crate: dicom-transfer-syntax-registry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant