Automatically optimise images that are uploaded to the SilverStripe CMS
Installation can be done either by composer or by manually downloading a release.
$ composer require joshcronin/silverstripe-optimisedimages
/dev/build
on your site.The plugin extends to the onAfterUpload
method of the Image
object. Whenever an Image
object is uploaded it will optimise the image using the options defined in app.yaml
.
There are three keys in the config that are used regardless of the optimisation provider. These are Use
, SaveOriginal
and OriginalDir
.
Use accepts two values Kraken
or TinyPNG
. The value is used to decide which service to use to optimise the images.
SaveOrginal accepts a boolean, if true it will keep the original image - unoptimised - at the directory specified in the OriginalDir
key.
OriginalDir accepts a string representing the path to the directory that the original images should be saved to. This is only used if SaveOriginal
is set to true
.
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