Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Documentation Link
Problem
Save can support multiple writers, but the only one that's documented isMovieWriter
Suggested improvement
Update the documentation so that all the supported writers are mentioned, possibly something like
writer | supported file types | dependency |
---|---|---|
PillowWriter | GIF (are APNG and MPEG supported?) | Pillow |
etc... |
I honestly can not really make heads or tails of which writers are supported looking through the docs 'cause PillowWriter is supported but isn't a MovieWriter and MovieWriter isn't supported directly but is a baseclass of the supported writers. Unless the documentation was supposed to read AbstractMovieWriter? 😕