DICOM PS3.5 2025a - Data Structures and Encoding |
---|
DICOM provides a mechanism for supporting the use of Deflate compression of each individual image frame separately using the Encapsulated Format. Deflate is a byte oriented lossless compression scheme used with the Encapsulated Format.
Section A.4.13 defines a Transfer Syntax that uses the Deflate algorithm defined in [RFC1951] to compress the pixel data of each image frame as a separate compressed bit stream.
Deflated Image Frame Compression is only applicable to pixel data conveyed in the Pixel Data (7FE0,0010) Data Element.
Though it uses the same compression scheme, the Deflated Image Frame Compression Transfer Syntax is distinct from the DICOM Deflated Explicit VR Little Endian Transfer Syntax defined in Section A.5, which compresses the entire Data Set as a single compressed bit stream.
Since the Deflate algorithm compresses byte streams regardless of their content, there are no restrictions on the values of Pixel Data Related Attributes.
DICOM PS3.5 2025a - Data Structures and Encoding |
---|