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

Transformations should not have to be idempotent #116

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

Transformations should not have to be idempotent #116

sjudd opened this issue Sep 4, 2014 · 1 comment

Comments

@sjudd
Copy link
Collaborator

sjudd commented Sep 4, 2014

Currently transformations must be idempotent because we reapply them after loading thumbnails from cache. We do this so that transformations are always applied to animated gifs because we cannot cache transformed gifs.

In the short term we can solve this by moving the gif transformation into the transcoder interface. In the long run we should look in to gif encoding.

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

2 participants