osiemsiedem/intervention-image-vips-driver

VIPS driver for Intervention Image.

v0.11.0 2023-08-25 15:25 UTC

This package is auto-updated.

Last update: 2024-04-25 17:05:00 UTC


README

Latest Stable Version License

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.