28

Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information
Page 2: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Sergii IvashchenkoAdobe Stock Integration

Page 3: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Adobe Stock

Page 4: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

stock.adobe.com

• Media Marketplace• Images, videos,Templates, 3D models

Page 5: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Statistics

Page 6: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

What was implemented (2.3.4)

Page 7: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Access from the Media Gallery

Page 8: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Browse Adobe Stock assets

Page 9: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Saving free or licensed images

Page 10: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Magento_MediaGallery module

• DB tables for storage of image attributes• Commands for managing image metadata• Updating the information based on admin panel

operations

Page 11: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

UI Components for image listings

<listing> <columns name="masonry_images_columns" component="Magento_Ui/js/grid/masonry"> <column name="overlay" component="Magento_Ui/js/grid/columns/overlay"/> <column name="url" component="Magento_Ui/js/grid/columns/image"/> <column name="preview" component="Magento_Ui/js/grid/columns/image-preview"/> </columns></listing>

Page 12: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

github.com/sivaschenko/masonry-grid-example

Page 13: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

What currently in progress (2.4)

Page 14: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

New Media Gallery for Magento!

Page 15: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

View image details

Page 16: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Resized images for each piece of content

• Ability to resize image when it’s inserted to the content• Renditions for desktop and mobile versions• Proxy renditions support (CDN, Fastly, etc)

Page 17: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Technical Details

Page 18: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Adobe Stock API

• Comprehensive image search• Licensing images• Good documentation• SDK for many languages• github.com/adobe/stock-api-libphp

Page 19: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Packages

Page 20: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Modules

Page 21: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Community Driven Development

Page 22: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Repositories• github.com/magento/adobe-stock-integration

+ github.com/magento/magento2+ github.com/adobe/stock-api-libphp+ github.com/magento/adobe-ims

Page 23: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Backlog

Page 24: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Slack

ComEng Slack Workspace: #adobe-stock

opensource.magento.com/slack

Page 25: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Weekly public meeting

Page 26: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Adobe Stock Integration Contributors

Page 27: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

@sergeivaschenko

Adobe Stock Integration Contribution partners

Page 28: Sergii Ivashchenko · @sergeivaschenko Magento_MediaGallery module • DB tables for storage of image attributes • Commands for managing image metadata • Updating the information

Thank You