ctessier / nova-advanced-image-field

🌄 📐 A Laravel Nova advanced image field with cropping and resizing using Vue Advanced Cropper and Intervention Image
https://novapackages.com/packages/ctessier/nova-advanced-image-field
MIT License
100 stars 26 forks source link

Problem with wrong rotation of the images #62

Closed eAvio closed 3 years ago

eAvio commented 3 years ago

When uploading images taken with phone, orientation is sometimes wrong.

I found the solution to just add "orientate()" to: $this->image = Image::make($uploadedFile->getPathName())->orientate();

After that it works fine.

Maybe it would be good idea to include this into the package.

Example image that rotates wrong is this:

20201008_073926

ctessier commented 3 years ago

Hi @eAvio !

Thank you for your feedback! Check out #61, let me know if that can work for you.

Clément

shaffe-fr commented 3 years ago

Hi, I tried the PR #61 on my project and it's working!

ctessier commented 3 years ago

Hi @eAvio

This feature has been added to v1.3.0.

Have a good day.