From 199362ed1d2abdee9769e72eebc18653cc1543ef Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Sat, 11 Dec 2021 15:48:01 +0100 Subject: [PATCH] Add note about current specification --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95b5d5b..37896e9 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,8 @@ More info at https://phoboslab.org/log/2021/11/qoi-fast-lossless-image-compressi ⚠️ 2021.11.30 – the file format is not yet finalized. We're still working to fix some smaller issues. The final specification will be announced on 2021.12.20. -Thanks for your patience! https://github.com/phoboslab/qoi/issues/48 - -These specification changes are ~~not yet reflected in the code here~~ -reflected in qoi.h now. +Thanks for your patience! The WIP file format specification can be found in +[qoi.h](https://github.com/phoboslab/qoi/blob/master/qoi.h) ## Why?