exclusivedev/intervention-image-vips-driver

VIPS driver for Intervention Image.

v0.5.0 2022-07-07 19:27 UTC

This package is not auto-updated.

Last update: 2024-05-03 03:29:41 UTC


README

Latest Stable Version License

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.