17/02/2018
I am creating a script for an ajax image upload using PHP with Laravel 5.4. Now I have an issue here is after image upload to a server. When an image is shown in a browser, an image is coming rotated with 90 or some degrees.
Images are coming in 180 rotation or 90 degree rotation if an image is uploaded from iPhone or iPad Device.
How should I do a rotation of an image with relevant degrees?
If you have any relevant rotation examples available for in PHP, please share
I am creating a script for an ajax image upload using PHP with Laravel 5.4. Now I have an issue ...