ImageExtractor
Magento\Catalog\Model\ImageExtractor
What it does
This class extracts and processes image configuration data from XML view configuration files in Magento 2.
Developers use it internally when Magento reads view.xml files to understand how product images should be rendered (dimensions, background, aspect ratio, etc.).
It converts XML image definitions into structured arrays that the catalog module can use to generate properly sized and formatted images.
Public Methods
- process()