Gregwar / Image

A PHP library to handle images
MIT License
1k stars 190 forks source link

fix Orientation Wrong #92

Closed CarlLee1983 closed 8 years ago

CarlLee1983 commented 8 years ago

If php func exif_read_data can't run, image type jpg or jpge. Image can't be save file.

jakenoble commented 8 years ago

I can confirm this is true, in Common.php this line fails and nothing else is executed successfully against the image

$exif = exif_read_data($this->source->getInfos());