Module encoder

Source
Expand description

ยงMinimal gif encoder

Structsยง

Buf ๐Ÿ”’
Encoder
GIF encoder.

Enumsยง

EncodingError
Encoding error.
EncodingFormatError
The image has incorrect properties, making it impossible to encode as a gif.
ExtensionData
Extension data.
Repeat
Number of repetitions

Functionsยง

flag_size ๐Ÿ”’
lzw_encode ๐Ÿ”’
Encodes the data into the provided buffer.
tmp_buf ๐Ÿ”’