Module decoder

Source
Expand description

Main image logic.

Structsยง

ICCChunk ๐Ÿ”’
An encapsulation of an ICC chunk
ImageInfo
A struct representing Image Information
JpegDecoder
A JPEG Decoder Instance.

Constantsยง

MAX_COMPONENTS ๐Ÿ”’
Maximum components
MAX_DIMENSIONS ๐Ÿ”’
Maximum image dimensions supported.

Type Aliasesยง

ColorConvert16Ptr
Color conversion function that can convert YCbCr colorspace to RGB(A/X) for 16 values
IDCTPtr
IDCT function prototype