PHP exif_read_data Illegal IFD size
问题 I'm working on an application where I fix orientation (if it is present) of jpeg files downloaded from an AWS bucket. Here you can verify that this image has exif Rotation section. I download the image with file_put_contents('/local/path/to/file', file_get_contents('/path/to/url/image')); And after I try to fix orientation through the Gregwar Image library. Image::open($path)->fixOrientation()->save($dest, $type, $quality); I tried with several images and I always receive the message Warning: