Add canonical mod with reference i16-diff encode

This commit is contained in:
Ivan Smirnov 2021-11-29 23:24:47 +00:00
commit 439a285920
4 changed files with 27 additions and 15 deletions

View file

@ -6,6 +6,8 @@ mod error;
mod header;
mod pixel;
pub mod canonical;
pub use crate::colorspace::ColorSpace;
pub use crate::decode::qoi_decode_to_vec;
pub use crate::encode::qoi_encode_to_vec;