Extracting keywords from Exif segment #1759
Labels
Backend
Complex
Priority: P3
May be fixed according to the position in the backlog
Severity: S3
Affects non-critical data or functionality and does not force users to employ a workaround
Milestone
Description (*)
after magento/magento2#29576 will be merged
There is two fields where keywords can be extracted:
1.
Exif.Photo.UserComment
2.
Exif.Image.XPKeywords
the second one per documentation is related only for WINDOWS XP guys, but there is no standard filed for keywords
Need to decide wich field we will using for extracting Keywords from Exif data, but as per description to
'Exif.Photo.UserComment'
i would prefer to use this file.
reference to official documentation https://exiv2.org/tags.html
After the field will be chosen, need to modify readers to extract keywords
app/code/Magento/MediaGalleryMetadata/Model/Jpeg/Segment/ReadExif.php
app/code/Magento/MediaGalleryMetadata/Model/Png/Segment/ReadExif.php
The text was updated successfully, but these errors were encountered: