seidnerj

Results 89 comments of 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() ``` ![example](https://user-images.githubusercontent.com/4147381/189899683-85e19549-d37b-44f7-b420-e5ca82a96a12.gif)

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!...

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...