Model
ConsumerImageResize
Magento\MediaStorage\Model\ConsumerImageResize
What it does
This class processes asynchronous image resize operations in Magento 2's queue system.
It consumes messages from the queue, extracts the image filename, performs the resize operation, and updates the operation status.
Developers would use this when implementing or troubleshooting the asynchronous image resizing feature that generates product image thumbnails and variations.
Public Methods
- process()