We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a74037 commit 583b013Copy full SHA for 583b013
app/code/Magento/MediaGalleryMetadata/Model/Png/Segment/ReadExif.php
@@ -70,6 +70,7 @@ private function getExifData(SegmentInterface $segment): MetadataInterface
70
$description = null;
71
$keywords = [];
72
73
+ $data = exif_read_data('data://image/jpeg;base64,' . base64_encode($segment->getData()));
74
75
if ($data) {
76
$title = isset($data['DocumentName']) ? $data['DocumentName'] : null;
0 commit comments