We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support of GIF XMP writing to MediaGalleryMetadat module implementation.
Technical Design: https://github.com/magento/adobe-stock-integration/wiki/Technical-Design:-Images-metadata-processing
What needs to be done:
Magento\MediaGalleryMetadata\Model\Gif\FileWriter
Magento\MediaGalleryMetadata\Model\Jpeg\Segment\XmpWriter
Magento\MediaGalleryMetadata\Test\Integration\Model\AddMetadataTest
The text was updated successfully, but these errors were encountered:
Hi @sivaschenko. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
@magento I am working on this
Sorry, something went wrong.
Nazar65
Successfully merging a pull request may close this issue.
Add support of GIF XMP writing to MediaGalleryMetadat module implementation.
Technical Design:
https://github.com/magento/adobe-stock-integration/wiki/Technical-Design:-Images-metadata-processing
What needs to be done:
Magento\MediaGalleryMetadata\Model\Gif\FileWriter
class (see examples of implementation in Png and Jpeg namespaces)Magento\MediaGalleryMetadata\Model\Jpeg\Segment\XmpWriter
(see examples of implementation in Png and Jpeg namespaces)Magento\MediaGalleryMetadata\Test\Integration\Model\AddMetadataTest
data provider with a test using gif imageThe text was updated successfully, but these errors were encountered: