Module decode
qoi
0.4.1
Module decode
Module Items
Structs
Constants
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
decode
Copy item path
Settings
Help
Summary
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.