Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animated Gifs not really supported? #2505

Closed
frankwiles opened this issue Apr 22, 2016 · 4 comments
Closed

Animated Gifs not really supported? #2505

frankwiles opened this issue Apr 22, 2016 · 4 comments

Comments

@frankwiles
Copy link
Contributor

The docs mention that after installing Wand, Wagtail will support animated GIFs. This does not seem to be the case any longer.

After installing Wand==0.4.2 with wagtail==1.4.3 and restarting no behavior changes. Animated GIFs are still converted to PNGs.

I took the liberty of digging into the codebase and find no mention of Wand except in the docs and a referenced to another seemingly removed setting WAGTAILIMAGES_BACKENDS

@frankwiles
Copy link
Contributor Author

Ok so turns out this is a problem with library versions and not a bug in Wagtial, Willow, or even Wang. The system(s) in question was lacking the right imagemagick libraries!!!! Grrrr

@kurtrwall
Copy link
Contributor

@frankwiles I would love some context into what you ran into. I ran into the exact same things you did. When you say systems in question, do you mean Wand?

@ghostwords
Copy link

You need to explicitly install ImageMagick. This is noted in Wand's installation instructions, but not Wagtail's.

@frankwiles
Copy link
Contributor Author

Actually it turned out I had ImageMagick installed on my laptop, just not a new enough version. So when I saw the same behavior local as I did on the server in question, I assumed (incorrectly) it was a problem with Wagtail or maybe Wand. Upgrading and/or installing ImageMagick and libmagic did hte trick as @ghostwords mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants