YYImage icon indicating copy to clipboard operation
YYImage copied to clipboard

Frame duration issue on APNG?

Open mdelaporta opened this issue 9 years ago • 1 comments

When encoding an array of UIImage objects to an APNG file, the code doesn't seem to respect the animation duration set on the final frame. (At least when viewed in Safari on Mac OS X, the animation loops with all frames using the duration of the first frame.)

When I use the same code to encode an animated GIF, the image appears to animate correctly.

Anyone else having this issue?

mdelaporta avatar Jul 22 '16 19:07 mdelaporta

Fixed: https://github.com/ibireme/YYImage/commit/fa2fce9cb1762e6223eebc83424387528281c9a3

ibireme avatar Aug 05 '16 14:08 ibireme