exclusivedev / intervention-image-vips-driver
VIPS driver for Intervention Image.
v0.5.0
2022-07-07 19:27 UTC
Requires
- php: ^7.1
- intervention/image: ^2.4
- jcupitt/vips: ^2.0
- phenx/php-font-lib: ^0.5.2
This package is not auto-updated.
Last update: 2025-03-07 07:29:31 UTC
README
This is a work in progress.
Requirements
- PHP >= 7.0
- ext-vips >= 1.0.8
Installation
composer require exclusivedev/intervention-image-vips-driver
Configuration
Set vips
as driver name:
use Intervention\Image\ImageManager;
$manager = new ImageManager(['driver' => 'vips']);
To-Do
Commands
- BackupCommand
- BlurCommand
- BrightnessCommand
- ColorizeCommand
- ContrastCommand
- CropCommand
- DestroyCommand
- FillCommand
- FitCommand
- FlipCommand
- GammaCommand
- GetSizeCommand
- GreyscaleCommand
- HeightenCommand
- InsertCommand
- InterlaceCommand
- InvertCommand
- LimitColorsCommand
- MaskCommand
- OpacityCommand
- PickColorCommand
- PixelCommand
- PixelateCommand
- ResetCommand
- ResizeCommand
- ResizeCanvasCommand
- RotateCommand
- SharpenCommand
- TrimCommand
- WidenCommand
Shapes
- CircleShape
- EllipseShape
- LineShape
- PolygonShape
- RectangleShape
Credits
License
Please see the LICENSE.md file.