-
Notifications
You must be signed in to change notification settings - Fork 683
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
Add support for transformations in coil-gif #176
Comments
Yep, I'd like to add support for this as well, however it'll need to account for ImageDecoder and more specifically PostProcessor.
Unfortunately, I won't be able to work on this for a while, but PRs welcome. |
@colinrtwhite I have made suggested changes and this seems to be working fine. PR coming soon! |
Hi Instacart! |
@prithivraj Yep! The next release should be out either tomorrow or early next week - just need to fix one bug on master. |
The release is delayed slightly, unfortunately as I haven't been able to solve the issue on master yet. In the meantime you can use the snapshot builds if you need the latest changes now. |
Thanks for the update Colin, I've checked with the snapshot version, everything looks good and working! |
Is your feature request related to a problem? Please describe.
Right now I want to use coil's coil gif extension together with transformations, it seems that Gif extension is ignoring them
I did:
and load image with:
Describe the solution you'd like
Gid extension should apply transformations
The text was updated successfully, but these errors were encountered: