-
Notifications
You must be signed in to change notification settings - Fork 284
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
image not rotating when i use :angle => :exif #48
Comments
Thank you for reporting this issue. |
i'm actually having trouble applying any other transformations other than setting the width and height. i can't rotate them 90, apply effect or rounded corners. edit, even applying changes to the height doesn't work. only the width works. |
Can you please share the relevant upload and transformation code? It will help us better understand the problem and assist with this issue. |
Having the exact same problem. Tag like: Generates url: Ie. URL is not cusomised |
Width and height work because there are specified as attribute of HTML image tag... |
Please use the following syntax for rotating an image by 90 degrees is |
Apologies - so much hacking about was making to lots of mistakes. If I use: I get URL This applies for all effects that I have tried. |
You can use the following syntax: |
Actually, you need to be a little more careful. If you want to support format, use: |
Thanks for your help on this... sorry for late reply. |
…g in remote_image_url, Issue #48 - Allow carrier wave upload to be given to url/image methods, Support for explode and multi API. Support async and notification, Correctly delete raw resources uploaded via CarrierWave.
images that are taken sideways from a cameraphone are not being rotated automatically when i use :angle => :exif.
i use rails and this is the code i have put into my view.
<%= cl_image_tag(content.image_url.to_s, :html_width => 500, :html_height => 150, :crop => :fill, :angle => :exif) if content.image? %>
The text was updated successfully, but these errors were encountered: