devel-docs: 0 at end of layer and channel pointer list is a pointer too.

This commit is contained in:
Jehan 2018-12-11 12:51:10 +01:00
parent 5a2dee29d7
commit 3e967ed02c
1 changed files with 2 additions and 2 deletions

View File

@ -749,11 +749,11 @@ The image structure always starts at offset 0 in the XCF file.
,----------------- Repeat once for each layer, topmost layer first: ,----------------- Repeat once for each layer, topmost layer first:
| pointer lptr Pointer to the layer structure. | pointer lptr Pointer to the layer structure.
`-- `--
uint32 0 Zero marks the end of the array of layer pointers. pointer 0 Zero marks the end of the array of layer pointers.
,------------------ Repeat once for each channel, in no particular order: ,------------------ Repeat once for each channel, in no particular order:
| pointer cptr Pointer to the channel structure. | pointer cptr Pointer to the channel structure.
`-- `--
uint32 0 Zero marks the end of the array of channel pointers. pointer 0 Zero marks the end of the array of channel pointers.
The last 4 characters of the initial 13-character identification string are The last 4 characters of the initial 13-character identification string are
a version indicator. The version will be higher than 3 if the correct a version indicator. The version will be higher than 3 if the correct