WP Intervention Image Manipulation
On-demand image manipulation for WordPress via the Intervention Library.
by David Smith · github.com/getdave/wp-intervention · website
★ 26stars
7forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/getdave/wp-intervention/archive/refs/heads/master.zipFrom the readme
WP Intervention
WP Intervention provides on-demand image manipulation for WordPress via the Intervention Library.
Why?
Traditionally, WordPress only provides fairly basic image manipulation facilities (eg: resize, crop). But what if you need to do more with your images? This is where WP Intervention comes in.
With WP Intervention you have the full suite of PHP Intervention's powerful image manipulation tools at your finger tips including:
Blur.
Grayscale.
Mask.
...and many more!
Resulting images are cached to avoid any further unnecessary processing.
How?
All image manipulation is provided by the PHP Intervention Library.
WP Intervention merely provides a wrapper around Intervention and a convenient global function for use with WordPress.
This Plugin is currently aimed at developers and aims to be fully customisable via liberal usage of WordPress filters.
Installation
1. Download a copy of this
repository.
2. Unzip and place the resulting folder within your WordPress Plugins directory (typically wp-content/plugins).
3. Activate the Plugin from within WP Admin.
Please note: you will not see any settings pages within WP Admin. This Plugin currently
requires you to