forked from DCMTK/dcmtk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug in handling of pixel data representations.
Compression and decompression codecs that may modify the DICOM dataset such that the pixel data before the coding process is not consistent anymore with the DICOM dataset after the coding (e.g. because planar configuration or photometric interpretation may have changed) now remove the previous in-memory pixel data representation. Unfortunately this requires an API change in DcmCodec::encode() and DcmCodec::decode() that must be implemented by all image compression codecs. Thanks to Peter Klotz <[email protected]> for the bug report. This closes DCMTK issue #845.
- Loading branch information
Marco Eichelberg
committed
May 27, 2020
1 parent
c1a32df
commit 0e8fae8
Showing
15 changed files
with
241 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.