joppuyo/vips-image-editor

High performance WordPress image processing with VIPS

Installs: 2 021

Dependents: 0

Suggesters: 0

Security: 0

Stars: 25

Watchers: 4

Forks: 4

Open Issues: 3

Type:wordpress-plugin

v1.1.0 2020-05-26 16:24 UTC

This package is auto-updated.

Last update: 2024-03-27 01:32:46 UTC


README

Build Status Packagist

High performance WordPress image processing with VIPS.

Requirements

  • PHP 7 or later
  • vips package installed on your Linux system
  • vips PHP extension

Installation

  1. Install vips on your system. On Ubuntu, this can be done using apt install libvips-dev
  2. Install vips extension using pecl, this can be done with command pecl install vips
  3. Enable PHP extension, this is usually done by adding the line extension=vips.so to php.ini
  4. Download the latest plugin version from the releases tab
  5. Extract the plugin under wp-content/plugins
  6. Enable the plugin in WordPress admin interface