vips-image-editor
vips-image-editor copied to clipboard
High performance WordPress image processing with VIPS
VIPS Image Editor
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.sotophp.ini - Download the latest plugin version from the releases tab
- Extract the plugin under
wp-content/plugins - Enable the plugin in WordPress admin interface