auroraextensions / imageprocessor
Crop, resize, and scale images in Magento.
Installs: 1 366
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.2||^8.1
- ext-gd: *
- magento/framework: *
This package is auto-updated.
Last update: 2024-10-17 06:59:34 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); ...