qoi/src
2021-12-29 16:11:27 +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 Add unique stream-end marker (7 zeros and one 1) 2021-12-29 16:07:54 +03:00
decode.rs Add unique stream-end marker (7 zeros and one 1) 2021-12-29 16:07:54 +03:00
encode.rs Add unique stream-end marker (7 zeros and one 1) 2021-12-29 16:07:54 +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 Update pixel hash function to the latest spec 2021-12-29 16:11:27 +03:00
utils.rs Fix a few clippy lints 2021-12-02 15:55:56 +00:00