This is a work in progress.
- PHP >= 7.0
- ext-vips >= 1.0.8
composer require osiemsiedem/intervention-image-vips-driver
Set vips
as driver name:
use Intervention\Image\ImageManager;
$manager = new ImageManager(['driver' => 'vips']);
- 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
- CircleShape
- EllipseShape
- LineShape
- PolygonShape
- RectangleShape
Please see the LICENSE.md file.