Automaticly optimise and generates WebP images of all uploaded & resampled images in SilverStripe
This Module is Ralph Slooten's axllent/silverstripe-image-optimiser with a module to generate WebP images of all optimized images.
This module automatically optimise, compress and generates an WebP images from both uploaded as well as any resampled (cropped, scaled etc) images in SilverStripe.
Images (JPG, PNG & GIF) are automatically
optimised, provided you have the correct binaries installed (see "Installation" below) and it also generates WebP images for all optimized and compressed (JPG & PNG) images. It also adds More Information about webp images https://developers.google.com/speed/webp/
The module overrides the default FlysystemAssetStore
to first optimise the image
before adding the image to the store, then if the image is a JPG or PNG it will create a WebP image. It works transparently.
The module uses spatie/image-optimizer and will use the
following optimisers if they are both present and in your default path on your system:
The module uses rosell-dk/webp-convert to generate WebP images. The library can convert using the following methods:
composer require showpro/silverstripe-seo-images
sudo apt-get install jpegoptim optipng pngquant gifsicle
apk add jpegoptim optipng pngquant gifsicle
Assuming you have the necessary binaries installed, it should "just work" with the default settings
once you have flushed your SilverStripe installation.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem