osiemsiedem / intervention-image-vips-driver
VIPS driver for Intervention Image.
Package info
github.com/osiemsiedem/intervention-image-vips-driver
pkg:composer/osiemsiedem/intervention-image-vips-driver
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: 2026-02-25 21:02:38 UTC
README
This is a work in progress.
Requirements
- PHP >= 7.2
- ext-vips >= 0.1.2 (or ext-ffi)
Installation
composer require osiemsiedem/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
- 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
Shapes
- CircleShape
- EllipseShape
- LineShape
- PolygonShape
- RectangleShape
Credits
License
Please see the LICENSE.md file.