All Projects → osiemsiedem → intervention-image-vips-driver

osiemsiedem / intervention-image-vips-driver

Licence: MIT license
VIPS driver for Intervention Image.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to intervention-image-vips-driver

imgwizard
Simple server for On-the-Fly image processing in Go
Stars: ✭ 51 (+200%)
Mutual labels:  vips
Image
PHP Image Manipulation
Stars: ✭ 12,298 (+72241.18%)
Mutual labels:  intervention
wp-intervention
On-demand image manipulation for WordPress via the Intervention Library.
Stars: ✭ 21 (+23.53%)
Mutual labels:  intervention
ruby-vips-lambda
AWS Lambda Layer for Ruby Libvips Gem
Stars: ✭ 34 (+100%)
Mutual labels:  vips
p3arsec
Parallel Patterns Implementation of PARSEC Benchmark Applications
Stars: ✭ 12 (-29.41%)
Mutual labels:  vips

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].