Module encoder

Source
Expand description

Encoding of WebP images.

Structsยง

BitWriter ๐Ÿ”’
EncoderParams
Allows fine-tuning some encoder parameters.
WebPEncoder
WebP Encoder.

Enumsยง

ColorType
Color type of the image.
EncodingError
Error that can occur during encoding.

Functionsยง

build_huffman_tree ๐Ÿ”’
chunk_size ๐Ÿ”’
count_run ๐Ÿ”’
encode_frame ๐Ÿ”’
Encode image data with the indicated color type.
length_to_symbol ๐Ÿ”’
write_chunk ๐Ÿ”’
write_huffman_tree ๐Ÿ”’
write_run ๐Ÿ”’
write_single_entry_huffman_tree ๐Ÿ”’