File tree 1 file changed +3
-0
lines changed
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
34
34
- PHP 7.2+
35
35
- the [ ImageMagick extension] ( https://www.imagemagick.org )
36
36
- 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 )
37
38
38
39
## Installation
39
40
** requires [ composer] ( https://getcomposer.org ) **
@@ -107,3 +108,5 @@ property | type | default | allowed | description
107
108
` $overwrite_base_image ` | bool | false | * |
108
109
` $overwrite_tile_image ` | bool | false | * |
109
110
` $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