mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
webp-lossless-bitstream-spec: note transform order
transforms are applied in reverse bitstream order. Bug: webp:611 Change-Id: I172aca36bbd5c3358a71b0acb49c5704ceee63d7
This commit is contained in:
parent
6d6d4915ce
commit
7b634d8f0c
@ -215,7 +215,10 @@ enum TransformType {
|
||||
|
||||
The transform type is followed by the transform data. Transform data contains
|
||||
the information required to apply the inverse transform and depends on the
|
||||
transform type. Next, we describe the transform data for different types.
|
||||
transform type. The inverse transforms are applied in the reverse order that
|
||||
they are read from the bitstream, that is, last one first.
|
||||
|
||||
Next, we describe the transform data for different types.
|
||||
|
||||
|
||||
### 4.1 Predictor Transform
|
||||
|
Loading…
Reference in New Issue
Block a user