Module decoder

Source

Modulesยง

lossless ๐Ÿ”’

Structsยง

Decoder
JPEG decoder
ImageInfo
Represents metadata of an image.

Enumsยง

ColorTransform
Describes the colour transform to apply before binary data is returned
PixelFormat
An enumeration over combinations of color spaces and bit depths a pixel can have.

Constantsยง

FIXED_POINT_OFFSET ๐Ÿ”’
HALF ๐Ÿ”’
MAX_COMPONENTS

Staticsยง

UNZIGZAG ๐Ÿ”’

Functionsยง

choose_color_convert_func ๐Ÿ”’
clamp_fixed_point ๐Ÿ”’
color_convert_line_cmyk ๐Ÿ”’
color_convert_line_rgb ๐Ÿ”’
color_convert_line_ycbcr ๐Ÿ”’
color_convert_line_ycck ๐Ÿ”’
color_no_convert ๐Ÿ”’
compute_image ๐Ÿ”’
decode_block ๐Ÿ”’
decode_block_successive_approximation ๐Ÿ”’
refine_non_zeroes ๐Ÿ”’
stbi_f2f ๐Ÿ”’
ycbcr_to_rgb ๐Ÿ”’