64robots / nova-image-cropper

Image Field with built-in cropper for Laravel Nova
57 stars 16 forks source link

Preview/Store ignores images exif data resulting in the image orientation being incorrect #24

Open chrisvasey opened 5 years ago

chrisvasey commented 5 years ago

Hello!

I am having issues where images I upload that have been taken on an iPhone are rotated by 90deg in the preview and stored incorrectly. This is an issue I have come across before and fixed with the following solution: https://www.robert-kent.com/php-fix-exif-orientation-in-images/

Is this is a known issue with this package? If so I am happy to have a crack at a PR to fix this.

Thanks Chris

beliolfa commented 5 years ago

Hi, Sorry for the delay but we've been a bit busy lately with client work. Let me look at it and see what we can do. Thanks!

marcusgabler commented 4 years ago

Hi, this problem occures in my application too:

Thanks Marcus