WP Manifestindependent plugin directory
manifest / performance / wp-cubi-imagemin

wp-cubi-imagemin

Standalone image minification WordPress plugin

by Pierre Dargham, Globalis Media Systems · github.com/globalis-ms/wp-cubi-imagemin · website

13stars
18kcomposer installs
3forks

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/globalis-ms/wp-cubi-imagemin/archive/refs/heads/master.zip

Also on Packagist as globalis/wp-cubi-imagemin:

composer require globalis/wp-cubi-imagemin

From the readme

wp-cubi-imagemin Standalone image minification WordPress plugin Overview wp-cubi-imagemin is a very simple image minification plugin for WordPress, meant to be used in a composer installation. It uses a couple of image minification tools to optimize uploaded images (jpg, png, gif and svg). wp-cubi-imagemin is essentially a WordPress wrapper for psliwa/image-optimizer. Installation - composer require globalis/wp-cubi-imagemin Configuration The plugin will try to find the image minification tools it needs on the system. But you can provide your own binaries instead, and the plugin will use them. To use your own binaries, just define the following constants in your configuration files, pointing to your binaries paths : If you do not define one ot the binaries paths, the plugin will try to use the system version. If it doesn't find an installed version on the system, it will just skip this tool and use the other ones. You don't need to have all the tools working, but it is recommanded to have at least pngquant, jpegoptim and gifsicle to provide a meaningfull level of minification. Note: binary files must have execution permissions. Hooks - applyfilters('wp-cubi-imagemin\o

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
1.3.3Nov 7, 2024
1.3.2Jan 27, 2023
1.3.1Feb 7, 2022
1.3.0Feb 7, 2022
1.2.0Oct 14, 2019
1.1.0May 22, 2019
1.0.5Apr 5, 2019
1.0.4Nov 9, 2018
1.0.3May 25, 2018
1.0.2May 9, 2018
1.0.1Apr 23, 2018
1.0.0Mar 7, 2018
0.2.0Jan 24, 2018
0.1.0Jan 18, 2018