Skip to content

Commit 317cbbc

Browse files
committed
:octocat:
1 parent 73b3421 commit 317cbbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)