-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DICOM issue with JPEG2K decoder (#955)
This PR tries to address the issue raised in 948 where DICOM with JPEG2K is not stable. The reason is that JPEG2k's decoder takes a different approach with codec registration and cleanup. And it is not safe to cleanup for jpeg2k until program exit. This PR fixes 948. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
- Loading branch information
Showing
2 changed files
with
105 additions
and
24 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