onevcat / APNGKit

High performance and delightful way to play with APNG format in iOS.
MIT License
2.21k stars 200 forks source link

Set correct repeat count #120

Closed onevcat closed 2 years ago

eJamesLin commented 2 years ago

List the number of plays comparison

Example image: over_none.apng over_none.apng's meta data num_plays -> 0, indicates infinite looping (reference)

v1.2.0 v1.2.4, v1.3.0
don't set repeatCount (leave as default value) play forever play forever
manually set repeatCount = 0 play 1 time play 1 time
manually set repeatCount = 1 play 1 time play 2 times
manually set repeatCount = 2 play 2 times play 3 times
manually set repeatCount = 3 play 3 times play 4 times