Module decode

Source

Structsยง

Bytes
Decoder
Decode QOI images from slices or from streams.

Constantsยง

QOI_OP_DIFF_END ๐Ÿ”’
QOI_OP_INDEX_END ๐Ÿ”’
QOI_OP_LUMA_END ๐Ÿ”’
QOI_OP_RUN_END ๐Ÿ”’

Functionsยง

decode_header
Decode the image header from a slice of bytes.
decode_impl_slice ๐Ÿ”’
decode_impl_slice_all ๐Ÿ”’
decode_impl_stream ๐Ÿ”’
decode_impl_stream_all ๐Ÿ”’
decode_to_buf
Decode the image into a pre-allocated buffer.
decode_to_vec
Decode the image into a newly allocated vector.