Actions
Bug #396
closedRLE does not allow fragmented frames
Start date:
Due date:
% Done:
100%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
In DICOM PS 3.5-2011 Section A.4.2: "Each frame shall be encoded in one and only one Fragment."
However, the current implementation ignores this. A warning during compression and decompression would be appropriate. In fact, the creation of such erroneous files should be prevented in the first place.
Updated by Andrew Chiw over 12 years ago
- Subject changed from RLE erlaubt keine Fragmentierung eines Frames to RLE does not allow fragmented frames
Updated by Jörg Riesmeier almost 12 years ago
The command line tool "dcmcrle" has a small note saying that the --fragment-size option is "(non-standard)". However, the underlying class DcmRLEEncoderRegistration is silent on this violation of the DICOM standard.
Updated by OFFIS DICOM Team about 11 years ago
- Assignee set to Jörg Riesmeier
Generate Warning if somebody creates a dataset with fragmented RLE frames.
Updated by Jörg Riesmeier almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
See commit aae384f.
Actions