mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
webp-container-spec: reorder chunk size - N text
Use 'Chunk Size bytes - N' to avoid singular/plural confusion in the case of 'Chunk Size - 1 bytes' case. These changes are based on editor comments in AUTH48: https://datatracker.ietf.org/doc/draft-zern-webp/ Change-Id: I898113033fd53d744fe9289f971887b8cfe278b9
This commit is contained in:
parent
a78c5356ba
commit
14f09ab75b
@ -525,7 +525,7 @@ Disposal method (D): 1 bit
|
||||
not present, standard RGB (sRGB) is to be assumed. (Note that sRGB also
|
||||
needs to be linearized due to a gamma of ~2.2.)
|
||||
|
||||
Frame Data: _Chunk Size_ - `16` bytes
|
||||
Frame Data: _Chunk Size_ bytes - `16`
|
||||
|
||||
: Consists of:
|
||||
|
||||
@ -616,7 +616,7 @@ Compression method (C): 2 bits
|
||||
* `0`: No compression.
|
||||
* `1`: Compressed using the WebP lossless format.
|
||||
|
||||
Alpha bitstream: _Chunk Size_ - `1` bytes
|
||||
Alpha bitstream: _Chunk Size_ bytes - `1`
|
||||
|
||||
: Encoded alpha bitstream.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user