FBpyGIF
                                
                                
                                
                                    FBpyGIF copied to clipboard
                            
                            
                            
                        "crying alice" is looping forever
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?

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... 😢
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.
Keep me informed, If the rust Version is ready for Testing. I will try immeredately
+1