Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 437 Bytes

animated_gifs.rst

File metadata and controls

12 lines (9 loc) · 437 Bytes

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. 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.