mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
13 lines
438 B
ReStructuredText
13 lines
438 B
ReStructuredText
Animated GIF support
|
|
====================
|
|
|
|
Pillow, Wagtail's default image library, doesn't support animated
|
|
GIFs.
|
|
|
|
To get animated GIF support, you will have to
|
|
`install Wand <https://docs.wand-py.org/en/0.6.7/guide/install.html>`_.
|
|
Wand is a binding to ImageMagick so make sure that has been installed as well.
|
|
|
|
When installed, Wagtail will automatically use Wand for resizing GIF
|
|
files but continue to resize other images with Pillow.
|