-
Notifications
You must be signed in to change notification settings - Fork 379
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
[2.0] issue with gif's #1066
Comments
We don't hard-depend on Once If they tag a new minor release (ie: |
@robfrawley thx for fast response. going to stay subscribed to this issue, and post updates if i get news from imagine/imagine 🍺 |
ohhh tbh, they already have v0.7.1 as their latest version, but this one does not yet include the gif patches |
Justed successfully ran our test suite against |
fixed in #1067 |
we switched to using 2.0 branch (for symfony 3.4)
and discovered a bug with gif's that do not resize/crop correctly only first frame (using imagick)
looking at
imagine/imagine
they did a PR: php-imagine/Imagine#481 to fix the issue.multiple problems, they didn't publish a release yet. and imagine-bundle hard-depends on 0.6.3
to bypass all this, and get our product working again, we now use:
"imagine/imagine": "dev-develop as 0.6.3"
but thats more than hacky, any ideas on how to proceed with that sitation?
The text was updated successfully, but these errors were encountered: