mstaack / intervention-image-vips-driver

VIPS driver for Intervention Image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIPS driver for Intervention Image

Latest Stable Version License

This is a work in progress.

Requirements

  • PHP >= 7.1
  • ext-vips >= 0.1.2

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
  • RotateCommand
  • SharpenCommand
  • WidenCommand
  • ColorizeCommand
  • ContrastCommand
  • FillCommand
  • InterlaceCommand
  • LimitColorsCommand
  • MaskCommand
  • PixelateCommand
  • ResizeCanvasCommand
  • TrimCommand

Shapes

  • CircleShape
  • EllipseShape
  • LineShape
  • PolygonShape
  • RectangleShape

Credits

License

Please see the LICENSE.md file.

About

VIPS driver for Intervention Image.

License:MIT License


Languages

Language:PHP 100.0%