qoi/src
2021-12-29 16:00:16 +03:00
..
canonical.rs Add qoi_encode_to_buf() and encode_size_required() 2021-11-30 02:46:04 +00:00
colorspace.rs Implement Debug manually for ColorSpace 2021-12-01 17:17:26 +00:00
consts.rs Enforce maximum size of 400Mp (QOI_PIXELS_MAX) 2021-12-29 16:00:16 +03:00
decode.rs Fix a few clippy lints 2021-12-02 15:55:56 +00:00
encode.rs Enforce maximum size of 400Mp (QOI_PIXELS_MAX) 2021-12-29 16:00:16 +03:00
error.rs Enforce maximum size of 400Mp (QOI_PIXELS_MAX) 2021-12-29 16:00:16 +03:00
header.rs Enforce maximum size of 400Mp (QOI_PIXELS_MAX) 2021-12-29 16:00:16 +03:00
lib.rs Fix a few clippy lints 2021-12-02 15:55:56 +00:00
pixel.rs Initial working version (but lots of temp stuff) 2021-11-28 16:20:24 +00:00
utils.rs Fix a few clippy lints 2021-12-02 15:55:56 +00:00