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

Basic GIF Support #1

Open
fergalwalsh opened this issue Mar 18, 2021 · 0 comments
Open

Basic GIF Support #1

fergalwalsh opened this issue Mar 18, 2021 · 0 comments

Comments

@fergalwalsh
Copy link
Contributor

Currently we only support JPG and PNG as output formats. It would be great if we could support GIF too. Unfortunately the support for resizing operations on animated GIFS is quite poor in ImageMagick.

We may look for an alternative library for handling GIFS specially but in the meantime it would be great to support a simple passthrough. If the input and output is GIF we just return (a redirect to) the original file. This would not be semantically correct but it would help greatly on projects where the same image field should support normal images and GIFs.

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

1 participant