79080761

Date: 2024-10-12 10:10:53
Score: 0.5
Natty:
Report link

Yes, the idea about EXIF is very logical. You can try to forcefully use EXIF data via:

$image->orientate();

But check that the required php extension is installed

php -m | grep exif

if not, than

sudo apt-get install php-exif
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vodevel