seidnerj
seidnerj
Can this please be merged? Thanks.
I implemented a small hardcoded fix, though am not sure its the best way to solve this issue, it works for me. I added the following code (in Pillow 9.2.0):...
Here you go, use the code below and the attached GIF. ```python def main(): image = Image.open('example.gif') image.seek(6) if __name__ == '__main__': main() ``` 
Great, thanks. I’ll patch my local version accordingly. What release do you expect this to be included in?
Hehe, I was just faced with what you fixed in #6610 when I tried rewriting this to work as an animated PNG and was working to fix that :) Nice!...
Thanks a lot!
I did check the targets URL and it was all "green". I did not change the monitoring_ping_hosts, the generated pinghosts.yml reads as follows: ``` - targets: # url;humanname;routing;switch - http://google.com;google.com;external;internetbox...