étude in byte juggling, QOI image format encoder/decoder
Go to file
2024-07-11 18:57:33 +03:00
in more correct encoder, big pngs don't work yet 2024-07-10 18:47:03 +03:00
out fix the rest of encoder bugs (trying to calculate luma/diff when alpha channels of cur and prev aren't equal) 2024-07-11 16:32:27 +03:00
src docs 2024-07-11 18:57:33 +03:00
.gitignore initial commit (decoder implementation) 2024-07-05 16:30:52 +03:00
Cargo.lock refactor: remove vec alloc in format function, extending out vec instead 2024-07-11 16:43:02 +03:00
Cargo.toml refactor: remove vec alloc in format function, extending out vec instead 2024-07-11 16:43:02 +03:00
README.md docs 2024-07-11 18:57:33 +03:00

@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