FBpyGIF icon indicating copy to clipboard operation
FBpyGIF copied to clipboard

"crying alice" is looping forever

Open ozett opened this issue 6 years ago • 3 comments

with "-al 15" this gif seems to loop forever, while mostly my other animated gifs end/change to the next after some time. a bug? fixable?

1560648

ozett avatar Feb 03 '19 20:02 ozett

i am on python 3.5.3... think somewho the solution to get a delay-time working for animated gifs must bei within here:

https://github.com/chidea/FBpyGIF/blob/master/FBpyGIF/fb.py#L368 ❓ but i dont unterstand the depth of the code... 😢

ozett avatar Feb 04 '19 08:02 ozett

I'm guessing that this is because background timer thread is chewed up by foreground drawing thread.

There are two reasons why this happens. First, python timer is not true multicore based. Second, drawing process is not optimized at all.

There is much optimized rust version being developed which may fix your problem.

chidea avatar Aug 09 '19 08:08 chidea

Keep me informed, If the rust Version is ready for Testing. I will try immeredately

+1

ozett avatar Aug 09 '19 11:08 ozett