osiemsiedem/intervention-image-vips-driver

Intervention Image 的 VIPS 驱动程序。

v0.11.0 2023-08-25 15:25 UTC

This package is auto-updated.

Last update: 2024-09-25 17:46:12 UTC


README

Latest Stable Version License

这是一个正在进行中的项目。

要求

  • 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 文件。