diff options
Diffstat (limited to 'evc/spec.md')
-rw-r--r-- | evc/spec.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/evc/spec.md b/evc/spec.md index 58691a3..9d4cc62 100644 --- a/evc/spec.md +++ b/evc/spec.md @@ -18,8 +18,8 @@ - translation: _`s8, s8`_ (translation encoded as _floats_) - transform: _`s8, s8, s8, s8`_ (2x2-matrix of _floats_ applied before sampling) - - value_scale: _`s8`_ (represents multiplication of each color component - with $1.1^n$) + - value_scale: _`i8`_ (represents multiplication of each color component + with $1.05^n$) ### _`s8`_ @@ -28,7 +28,5 @@ ### Todo -- JPEG compress I-Blocks -- Sub-pixel translation -- fade +- JPEG compress Literal-Blocks - general compression (gzip oder so) |