Commit 566bd8b
endless looping GIFs with PillowWriter (#11789)
* add loop kwarg to PillowWriter
Adds an optional parameter to PillowWriter that will set the
number of times that a gif should loop for. Defaults to 0 meaning endless
* next_whats_new file for endless gifs
* adjust PillowWriter loop kwarg
* add docstring to PillowWriter
* ValueError if loop is not an int in PillowWriter
* remove API changes
* fix typo
* kill docstring for now1 parent 4e9b699 commit 566bd8b
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| |||
0 commit comments