Image Processor Description Installation Usage Description Pluggable, extensible module to crop, resize, and scale images in Magento. Installation composer require auroraextensions/imageprocessor Usage ... /** @var string $thumbnail */ $thumbnail = $this->imageProcessor->resize($imagePath); ...