osiemsiedem / intervention-image-vips-driver
VIPS driver for Intervention Image.
Installs: 53 512
Dependents: 1
Suggesters: 0
Security: 0
Stars: 26
Watchers: 7
Forks: 10
Open Issues: 4
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-10-25 17:57:17 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.