auroraextensions/imageprocessor

在 Magento 中裁剪、调整大小和缩放图像。

安装量: 1,301

依赖关系: 1

建议者: 0

安全: 0

星星: 2

关注者: 3

分支: 3

开放问题: 0

类型:magento2-module

1.0.2 2023-03-17 03:31 UTC

This package is auto-updated.

Last update: 2024-09-17 06:48:16 UTC


README

描述

可插拔、可扩展的模块,用于在 Magento 中裁剪、调整大小和缩放图像。

安装

composer require auroraextensions/imageprocessor

使用

...

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

...