joppuyo / vips-image-editor
High performance WordPress image processing with VIPS
Installs: 2 028
Dependents: 0
Suggesters: 0
Security: 0
Stars: 27
Watchers: 4
Forks: 4
Open Issues: 4
Type:wordpress-plugin
Requires
- jcupitt/vips: ^1.0
README
High performance WordPress image processing with VIPS.
Requirements
- PHP 7 or later
- vips package installed on your Linux system
- vips PHP extension
Installation
- Install vips on your system. On Ubuntu, this can be done using
apt install libvips-dev
- Install vips extension using pecl, this can be done with command
pecl install vips
- Enable PHP extension, this is usually done by adding the line
extension=vips.so
tophp.ini
- Download the latest plugin version from the releases tab
- Extract the plugin under
wp-content/plugins
- Enable the plugin in WordPress admin interface