-
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
Auto_rotate not working #906
Comments
We need a bit more detail than "I can't make it run" such as the exception or error message you are receiving, or the behavior you are expecting and not getting, or really any additional information about your setup, such as the version of Symfony and this bundle you are using. If your project is open source, you can also point to that. |
Also, have you looked at the existing issues involving rotation to see if someone else already experienced and resolved your issue? |
My problem is that if I dont use the auto_rotate, my image is generated. But when I use it, the img is not generated. Im using symfoy 2.8 and the las LiipImagine version. Logs shows no error, but the image is not generated. Im using the function in the twig like this: |
A few questions:
|
hei @robfrawley So i have to basicly install one of the php libraries (gd, imagic or gmagick and also exif? |
See the composer suggestions for packages you'd need for different environments: you don't need all of them, only the ones required for your usage. You likely already have As far an the As you'll see via the composer suggestions, there are other libraries and extensions that provide additional functionality for specific use-cases, which are described there in the |
@sergiownd Has your issue been resolved? Please close if so; otherwise let us know so we can continue to provide assistance. |
Closing due to lack of activity; feel free to re-open if you have additional information or otherwise want to further pursue this issue. |
PHP must have enabled exif to get image metadata (--enable-exif) |
Hei guys I'm having problems with IOS images, so I've tried to use the bundle but I cant make it run. Here is my config.yml:
If i remove the auto_rotate it works, but I need it, any idea?
Thanks
The text was updated successfully, but these errors were encountered: