File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ This script will keep the proportions of the input image and generate only neces
3434- PHP 7.2+
3535- the [ ImageMagick extension] ( https://www.imagemagick.org )
3636- a crapload of RAM, CPU power and free disk space
37+ - image optimization utilities (optional), see [ psliwa/image-optimizer] ( https://github.com/psliwa/image-optimizer#supported-optimizers )
3738
3839## Installation
3940** requires [ composer] ( https://getcomposer.org ) **
@@ -107,3 +108,5 @@ property | type | default | allowed | description
107108` $overwrite_base_image ` | bool | false | * |
108109` $overwrite_tile_image ` | bool | false | * |
109110` $clean_up ` | bool | true | * | whether or not to delete temp images
111+ ` $optimize_output ` | bool | false | * | enable image optimization
112+ ` $optimizer_settings ` | array | [ ] | * | image optimizer settings, see [ ImageOptimizer configuration] ( https://github.com/psliwa/image-optimizer#configuration )
You can’t perform that action at this time.
0 commit comments