Module encode
qoi
0.4.1
Module encode
Module Items
Structs
Functions
In crate qoi
Modules
decode
encode
error
header
pixel
types
utils
Structs
Decoder
Encoder
Header
Enums
Channels
ColorSpace
Error
Functions
decode_header
decode_to_buf
decode_to_vec
encode_max_len
encode_to_buf
encode_to_vec
Type Aliases
Result
qoi
Module
encode
Copy item path
Settings
Help
Summary
Source
Structs
§
Encoder
Encode QOI images into buffers or into streams.
Functions
§
encode_
impl
🔒
encode_
impl_
all
🔒
encode_
max_
len
The maximum number of bytes the encoded image will take.
encode_
to_
buf
Encode the image into a pre-allocated buffer.
encode_
to_
vec
Encode the image into a newly allocated vector.