0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
wagtail/docs/advanced_topics/images/animated_gifs.rst
Tim Heap 6ba34636cb Fix whitespace errors in docs
Trimmed trailing whitespace, convert tabs to 4 spaces, add preference
for spaces to `.editorconfig`.
2016-11-28 13:41:35 +00:00

13 lines
437 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 <http://docs.wand-py.org/en/0.4.2/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.