Merge pull request #761 from electerious/develop
* Some EXIF data are in the IFD0 section
This commit is contained in:
parent
8b2c07861d
commit
f53ad85ca1
@ -832,7 +832,7 @@ final class Photo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Read EXIF
|
// Read EXIF
|
||||||
if ($info['mime']=='image/jpeg') $exif = @exif_read_data($url, 'EXIF', false, false);
|
if ($info['mime']=='image/jpeg') $exif = @exif_read_data($url, 'EXIF, IFD0', false, false);
|
||||||
else $exif = false;
|
else $exif = false;
|
||||||
|
|
||||||
// EXIF Metadata
|
// EXIF Metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user