This commit is contained in:
YK 2024-07-11 18:57:33 +03:00
parent c63d2bdcba
commit 64c4499569
2 changed files with 4 additions and 2 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
@TODO replace Options with custom Errors
@TODO encoder wrappers for RgbaImage/RgbImage
@TODO write tests for the entire image set
@TODO write qoi-x-qoi and x-qoi-x tests to ensure correctness

View File

@ -3,8 +3,6 @@ use std::mem::discriminant;
use itertools::Itertools; use itertools::Itertools;
use crate::common::*; use crate::common::*;
// @TODO replace Options with custom Errors
// @TODO encoder wrappers for RgbaImage/RgbImage
impl Ops { impl Ops {
fn write_encoded (self, buf: &mut Vec<u8>) { fn write_encoded (self, buf: &mut Vec<u8>) {