bhofstaetter / image-tweaks
针对 Silverstripe 优化图像处理的意见性改进
1.0.0
2022-12-12 23:16 UTC
Requires
- php: >=8.1
- axllent/silverstripe-image-optimiser: ^1.0
- axllent/silverstripe-scaled-uploads: ^2.2
- bigfork/htmleditorsrcset: ^2.0
- jonom/focuspoint: ^4.0
This package is auto-updated.
Last update: 2024-09-15 04:14:21 UTC
README
本模块包含针对 Silverstripe 图像处理的多个意见性改进
安装
composer require bhofstaetter/image-tweaks
在 Ubuntu 上安装工具
sudo apt install jpegoptim optipng pngquant gifsicle imagemagick
在 Alpine Linux 上安装工具
apk add jpegoptim optipng pngquant gifsicle imagemagick
内容
`PadMax`
图像处理- 将所有上传的图像缩放到 4K 分辨率
- 优化所有上传的图像
- 减少 CMS 图像缩略图尺寸
- 将图像质量降低到 90%
- 更多来自包含模块的功能
配置
请参阅 `config.yml`
和 injectsions.yml
或参阅包含的模型说明文件