Actions
Bug #892
opendcmcjpls may generate JPEG-LS images that dcmdjpls cannot decode
Start date:
2019-08-03
Due date:
% Done:
80%
Estimated time:
Module:
dcmjpls
Operating System:
Compiler:
Description
Under certain (rather unusual) conditions, dcmcjpls will create a compressed DICOM image that dcmdjpls cannot decode:
- The command line option
--interleave-none
is used - The image is a color image with BitsStored > 12
This is caused by the CharLS library, which in this case writes multiple LSE marker segments to the JPEG-LS bitstream, which is permitted, but apparently the library is unable to decode such files.
This bug has been registered as Issue 25 in the CharLS bug tracker: https://github.com/team-charls/charls/issues/25
Actions