File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
doc/api/next_api_changes/behavior Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ The default ``rcParams["animation.convert_args"] `` changed
2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+ It now defaults to ``["-layers", "OptimizePlus"] `` to try to generate smaller
4
+ GIFs. Set it back to an empty list to recover the previous behavior.
Original file line number Diff line number Diff line change 779
779
## ImageMagick in the registry (as convert is also the name of a system tool).
780
780
#animation.convert_path: convert
781
781
## Additional arguments to pass to convert.
782
- #animation.convert_args:
782
+ #animation.convert_args: -layers, OptimizePlus
783
783
#
784
784
#animation.embed_limit: 20.0 # Limit, in MB, of size of base64 encoded
785
785
# animation in HTML (i.e. IPython notebook)
You can’t perform that action at this time.
0 commit comments