pixelmatix/AnimatedGIFs

Gif only playing first 10 sec.

Closed this issue · 2 comments

Hi!

I made a gif that has no trouble playing/looks great...for about 10 sec (first 100 frames or so of 200 frames) then it cuts off and loops to the beginning. When I play the gif on the computer it plays the full loop no problem.

I saw the discussion here #32 and followed the workaround that was successful in that case but made no difference for me.

Any suggestions would be very appreciated!

Wow I feel dumb..jumped the gun and posted before looking into the code.

In case anyone else overlooks this, the default line in the script is:

#define DISPLAY_TIME_SECONDS 10

which once changed to longer resolved the clipping.

I'm pretty sure I've done the same thing.

I'm going to add some comments to the code to "(make sure this is longer than your GIF!)", and a new issue to improve this behavior: #38