osiemsiedem / intervention-image-vips-driver
Intervention Image 的 VIPS 驱动程序。
v0.11.0
2023-08-25 15:25 UTC
Requires
- php: ^7.2||^8.0
- intervention/image: ^2.7
- jcupitt/vips: ^1.0.9||^2.0.3
This package is auto-updated.
Last update: 2024-09-25 17:46:12 UTC
README
这是一个正在进行中的项目。
要求
- PHP >= 7.2
- ext-vips >= 0.1.2 (或 ext-ffi)
安装
composer require osiemsiedem/intervention-image-vips-driver
配置
将 vips
设置为驱动程序名称
use Intervention\Image\ImageManager; $manager = new ImageManager(['driver' => 'vips']);
待办事项
命令
- BackupCommand
- BlurCommand
- BrightnessCommand
- CropCommand
- DestroyCommand
- FitCommand
- FlipCommand
- GammaCommand
- GetSizeCommand
- GreyscaleCommand
- HeightenCommand
- InsertCommand
- InvertCommand
- OpacityCommand
- PickColorCommand
- PixelCommand
- ResetCommand
- ResizeCommand
- ResizeCanvasCommand
- RotateCommand
- SharpenCommand
- WidenCommand
- ColorizeCommand
- ContrastCommand
- FillCommand
- InterlaceCommand
- LimitColorsCommand
- MaskCommand
- PixelateCommand
- TrimCommand
形状
- CircleShape
- EllipseShape
- LineShape
- PolygonShape
- RectangleShape
鸣谢
许可协议
请参阅 LICENSE.md 文件。