Skip to main content

Module frame

Module frame 

Source
Expand description

JPEG frame header (SOF0) parsing.

Extracts image dimensions, component information, and sampling factors from the Start of Frame marker segment.

Structs§

Component
Information about one image component from SOF.
FrameInfo
Frame information parsed from SOF0/SOF2 marker.

Functions§

parse_sof
Parse a SOF0/SOF2 marker segment body (after the 2-byte length). progressive should be true for SOF2 markers.
parse_sof_ext
Parse a SOF marker segment body with explicit progressive flag.