MediaGalleryRenditions Module
Config
This class provides configuration settings for the Media Gallery Renditions feature in Magento 2. Developers use it to check if media gallery and rend...
GenerateRenditions
This class generates thumbnail renditions (resized versions) of media gallery images in Magento 2. Developers would use this when they need to create...
GetRenditionPath
This class generates the file path for image renditions (optimized/resized versions) in Magento's media gallery. Developers use this when they need to...
Queue\FetchRenditionPathsBatches
This class fetches media rendition file paths from the .renditions directory in batches for processing. Developers would use this when implementing ba...
Queue\GetFilesIterator
This class provides a utility to retrieve a recursive iterator for all files and directories within a specified path. Developers use it when they need...
Queue\ScheduleRenditionsUpdate
This class schedules asynchronous rendition updates for media gallery images by publishing paths to a message queue. Developers use this when they nee...
Queue\UpdateRenditions
This class is a queue consumer that processes media gallery image renditions (thumbnails and optimized versions) by regenerating them for specified im...