docs
This commit is contained in:
parent
c63d2bdcba
commit
64c4499569
4
README.md
Normal file
4
README.md
Normal 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
|
||||
@ -3,8 +3,6 @@ use std::mem::discriminant;
|
||||
use itertools::Itertools;
|
||||
use crate::common::*;
|
||||
|
||||
// @TODO replace Options with custom Errors
|
||||
// @TODO encoder wrappers for RgbaImage/RgbImage
|
||||
|
||||
impl Ops {
|
||||
fn write_encoded (self, buf: &mut Vec<u8>) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user