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

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

...