auroraextensions/imageprocessor

Crop, resize, and scale images in Magento.

Installs: 1 080

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 3

Open Issues: 0

Type:magento2-module

1.0.2 2023-03-17 03:31 UTC

This package is auto-updated.

Last update: 2024-04-17 06:02:11 UTC


README

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

...