mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
normalize numbered list item format
from edits made during the RFC AUTH48 process Change-Id: I82a5d78c0ea611e71927ffb13aa78ccdddfd6dd0
This commit is contained in:
parent
dd7364c3ce
commit
b6c4ce2635
@ -636,11 +636,11 @@ the image.
|
||||
|
||||
Each pixel is encoded using one of the three possible methods:
|
||||
|
||||
1. Prefix-coded literals: each channel (green, red, blue, and alpha) is
|
||||
entropy-coded independently;
|
||||
2. LZ77 backward reference: a sequence of pixels are copied from elsewhere
|
||||
in the image; or
|
||||
3. Color cache code: using a short multiplicative hash code (color cache
|
||||
1. Prefix-coded literals: Each channel (green, red, blue, and alpha) is
|
||||
entropy-coded independently.
|
||||
2. LZ77 backward reference: A sequence of pixels are copied from elsewhere in
|
||||
the image.
|
||||
3. Color cache code: Using a short multiplicative hash code (color cache
|
||||
index) of a recently seen color.
|
||||
|
||||
The following subsections describe each of these in detail.
|
||||
|
Loading…
Reference in New Issue
Block a user