Skip to content

Lustmored/intervention-image-vips-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIPS driver for Intervention Image

Latest Stable Version License

This is a work in progress.

Requirements

  • PHP >= 7.0
  • ext-vips >= 1.0.8

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
  • 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.

About

VIPS driver for Intervention Image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%