Skip to main content

Module data

Module data 

Source
Expand description

Data Section (Section 7) decoding.

Structs§

ComplexPackingParams
Parameters for complex packing (Templates 5.2 and 5.3).
ImagePackingParams
Parameters shared by image-backed grid point packing templates.
Jpeg2000PackingParams
Parameters for JPEG 2000 code stream packing (Template 5.40).
PngPackingParams
Parameters for PNG image packing (Template 5.41).
SimplePackingParams
Parameters for simple packing (Template 5.0).
SpatialDifferencingParams
Parameters specific to template 5.3 spatial differencing.

Enums§

DataRepresentation
Data representation template number and parameters.

Traits§

DecodeSample
Numeric target type for decoded field values.

Functions§

bitmap_payload
Parse bitmap presence from Section 6.
decode_field
Decode Section 7 payload into field values, applying Section 6 bitmap when present.
decode_field_into
Decode Section 7 payload into a caller-provided buffer, applying Section 6 bitmap when present.
unpack_simple
Unpack simple-packed values.