-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify/Rework logic of frame tracking
We no longer _enforce_ that the number of frames is exactly as deduced by animation control/separate default image. This isn't necessary for a correct chunk stream. It's not exactly correct chunk ordering though: > Multiple IDAT chunks shall be consecutive Instead, we leniently allow encoding of multiple images. When we run out of animation frames we simply switch back to IDAT. The behavior when no animation frames had been added should then be the one of version 0.16.
- Loading branch information
1 parent
8e88d32
commit 4b10bf8
Showing
1 changed file
with
104 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters