Commit 89cd9e7
committed
DOC: Clarify supported animation formats in animation tutorial
- fix table to state the same as the text (ImageMagickWriter supports
all formats supported by imagemagick) and add some examples
(the extra args for apng are needed to reduce filesize by ~10x)
- add .webp as supported format to Pillow (since 2018 vers 5.0.0 )
- fix table formatting1 parent bdf178e commit 89cd9e7Copy full SHA for 89cd9e7
File tree
Expand file treeCollapse file tree
1 file changed
+9
-4
lines changedOpen diff view settings
Filter options
- tutorials/introductory
Expand file treeCollapse file tree
1 file changed
+9
-4
lines changedOpen diff view settings
Collapse file
tutorials/introductory/animation_tutorial.py
Copy file name to clipboardExpand all lines: tutorials/introductory/animation_tutorial.py+9-4Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
178 | 178 | |
179 | 179 | |
180 | 180 | |
181 | | - |
| 181 | + |
182 | 182 | |
183 | | - |
184 | | - |
185 | | - |
| 183 | + |
| 184 | + |
| 185 | + |
186 | 186 | |
187 | 187 | |
188 | 188 | |
| ||
218 | 218 | |
219 | 219 | |
220 | 220 | |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
221 | 226 | |
222 | 227 | |
223 | 228 | |
|
0 commit comments