You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experience an issue with mobile phones. When I upload an image to my server and then run the image crop from a portrait image it gets cropped and rotated 45 degrees anti-clockwise. This only occurs when the image is taken using an iPhone.
On android devices it works as expected.
Does anyone have a clue of what can be happening?
The code I use to make the crop is as follows:
Image::url($user->image,200,200,array('crop'))
$user->image is the route to the original image file that is uploaded exactly as it was taken, portrait.
The text was updated successfully, but these errors were encountered:
Hi,
I experience an issue with mobile phones. When I upload an image to my server and then run the image crop from a portrait image it gets cropped and rotated 45 degrees anti-clockwise. This only occurs when the image is taken using an iPhone.
On android devices it works as expected.
Does anyone have a clue of what can be happening?
The code I use to make the crop is as follows:
Image::url($user->image,200,200,array('crop'))
$user->image is the route to the original image file that is uploaded exactly as it was taken, portrait.
The text was updated successfully, but these errors were encountered: