Container spec: clarify ordering of ALPH chunk.
Reported by user: https://code.google.com/p/webp/issues/detail?id=255 Change-Id: I9c027ea828d5a367b317744fad7607a16ed52fa5
This commit is contained in:
parent
01d61fd9c6
commit
585d93dbba
@ -271,9 +271,15 @@ An extended format file consists of:
|
|||||||
|
|
||||||
* An optional list of [unknown chunks](#unknown-chunks). _\[status: experimental\]_
|
* An optional list of [unknown chunks](#unknown-chunks). _\[status: experimental\]_
|
||||||
|
|
||||||
For a _still image_, the _image data_ consists of a single frame, whereas for
|
For a _still image_, the _image data_ consists of a single frame, which is made
|
||||||
an _animated image_, it consists of multiple frames. More details about frames
|
up of:
|
||||||
can be found in the [Animation](#animation) section.
|
|
||||||
|
* An optional [alpha subchunk](#alpha).
|
||||||
|
|
||||||
|
* A [bitstream subchunk](#bitstream-vp8vp8l).
|
||||||
|
|
||||||
|
For an _animated image_, the _image data_ consists of multiple frames. More
|
||||||
|
details about frames can be found in the [Animation](#animation) section.
|
||||||
|
|
||||||
All chunks SHOULD be placed in the same order as listed above. If a chunk
|
All chunks SHOULD be placed in the same order as listed above. If a chunk
|
||||||
appears in the wrong place, the file is invalid, but readers MAY parse the
|
appears in the wrong place, the file is invalid, but readers MAY parse the
|
||||||
|
Loading…
Reference in New Issue
Block a user