Add save_all notation to webp#5011
Add save_all notation to webp#5011RadixSeven wants to merge 1 commit intopython-pillow:masterfrom RadixSeven:add_save_all_to_webp
Conversation
I just tried to use the WEBP writer to save an animation and was unable to without `save_all=true`. But that parameter was not mentioned in the documentation. This correction adds it.
|
Thanks for trying to address the problem. I wouldn't say that
So combined with your change -
It is then saying that |
|
I like #5016 better, so I'm closing this PR. |
I just tried to use the WEBP writer to save an animation and was unable to without
save_all=true. But that parameter was not mentioned in the documentation. This correction adds it.Fixes
save_allas an option in the docs for WEBP