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

Stop re-applying transformations when decoding from cache #112

Closed
sjudd opened this issue Sep 1, 2014 · 1 comment
Closed

Stop re-applying transformations when decoding from cache #112

sjudd opened this issue Sep 1, 2014 · 1 comment
Milestone

Comments

@sjudd
Copy link
Collaborator

sjudd commented Sep 1, 2014

We currently do so to make sure transformations are applied to GIFs. We can't cache transformed GIFs because we lack a gif encoder. A better workaround than reapplying transformations would be instead to use a transcoder. Even better would be to find and add some kind of gif encoder.

@sjudd
Copy link
Collaborator Author

sjudd commented Oct 3, 2014

Added a GifEncoder here: f7b3e5d. It's now no longer a requirement to transform cached images.

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

No branches or pull requests

1 participant