/imageprocessor

Crop, resize, and scale images in Magento.

Primary LanguagePHPMIT LicenseMIT

Image Processor

Pluggable, extensible module to crop, resize, and scale images in Magento.

composer require auroraextensions/imageprocessor
...

/** @var string $thumbnail */
$thumbnail = $this->imageProcessor->resize($imagePath);

...