animated_gifs.rst 437 B

123456789101112
  1. Animated GIF support
  2. ====================
  3. Pillow, Wagtail's default image library, doesn't support animated
  4. GIFs.
  5. To get animated GIF support, you will have to
  6. `install Wand <http://docs.wand-py.org/en/0.4.2/guide/install.html>`_.
  7. Wand is a binding to ImageMagick so make sure that has been installed as well.
  8. When installed, Wagtail will automatically use Wand for resizing GIF
  9. files but continue to resize other images with Pillow.