Actions
Bug #878
closedimg2dcm assigns wrong BitsAllocated value for 12-bit JPEG images
Start date:
2019-04-11
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
img2dcm has the ability to convert 12-bit (extended sequential) JPEG images to DICOM. Unfortunately, the tool in this case sets BitsAllocated=12 (which is not permitted in DICOM). BitsAllocated should be set to 16 in this case. Attached a sample JPEG image (from the IHE Connectathon 2019) and the result of the conversion to DICOM with DCMTK 3.6.4
Files
Updated by Michael Onken over 6 years ago
- Status changed from New to Closed
Fixed in commit 0e4bcba631e9e75323ba177b30a117c62b5de8bb.
Actions