Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 404 Bytes

README.rst

File metadata and controls

29 lines (18 loc) · 404 Bytes

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);

...