=== Another simple image optimizer === Contributors: raffaelj Donate link: Tags: image, compression, image compression, compress, optimization, optimize, optipng, jpegoptim Requires at least: 6.0 Tested up to: 6.2 Stable tag: 0.1.2 Requires PHP: 8.0 License: MIT License URI: https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/LICENSE Automatically optimize uploaded images using the Spatie image-optimizer library and binaries on your host system (jpegoptim, optipng, pngquant, cwebp, gifsicle, svgo) == Description == WordPress plugin to optimize uploaded images (jpg, png, gif, webp, svg) using the great [Spatie image-optimizer library][1] and binary files on your host system. If you open your media library, switch to list mode and enable the new column "Optimized", you can click a link to optimize a previously uploaded image directly. New uploaded images and all image sizes (thumbnails) are optimized automatically. To update existing images, use the cli `wp media regenerate`, which also triggers the optimization chain. If you don't have cli access, some other addon, that regenerates existing thumbnails should work, too (not tested). __Warning:__ Images are replaced with the optimized ones. Create a backup before testing this plugin - or don't use this plugin, if this is a deal breaker for you. __Important:__ If the needed binaries aren't installed, this plugin won't optimize anything. Don't use this plugin, if you don't know, how to install them or if your web hoster doesn't provide them. For more information and notes about development, checkout the [project README.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md) ## Optimization tools Spatie image-optimizer will use these optimizers if they are present on your system: * [JpegOptim][7] * [Optipng][9] * [Pngquant 2][10] * [SVGO 1][11] * [Gifsicle][12] * [cwebp][14] You can find information about how to install the binaries in the [spatie image-optimizer README][2]. You probably want at least jpegoptim and optipng to be installed. [1]: https://github.com/spatie/image-optimizer [2]: https://github.com/spatie/image-optimizer#optimization-tools [7]: https://github.com/tjko/jpegoptim [9]: http://optipng.sourceforge.net/ [10]: https://pngquant.org/ [11]: https://github.com/svg/svgo [12]: http://www.lcdf.org/gifsicle/ [14]: https://developers.google.com/speed/webp/docs/precompiled