48
edits
Herbyderby (talk | contribs) m (fix typos) |
No edit summary |
||
| Line 85: | Line 85: | ||
4 num_plays (unsigned int) Number of times to loop this APNG. 0 indicates infinite looping. | 4 num_plays (unsigned int) Number of times to loop this APNG. 0 indicates infinite looping. | ||
`num_frames` indicates the total number of frames in the animation. This must equal the number of `fcTL` chunks. 0 is not a valid value. 1 is a valid value for a single-frame APNG | `num_frames` indicates the total number of frames in the animation. This must equal the number of `fcTL` chunks. 0 is not a valid value. 1 is a valid value for a single-frame APNG. If this value does not equal the actual number of frames it should be treated as an error. | ||
`num_plays` indicates the number of times that this animation should play; if it is 0, the animation should play indefinitely. If nonzero, the animation should come to rest on the final frame at the end of the last play. | `num_plays` indicates the number of times that this animation should play; if it is 0, the animation should play indefinitely. If nonzero, the animation should come to rest on the final frame at the end of the last play. | ||
edits