Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jun 21, 2018
1 parent 73b3421 commit 317cbbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This script will keep the proportions of the input image and generate only neces
- PHP 7.2+
- the [ImageMagick extension](https://www.imagemagick.org)
- a crapload of RAM, CPU power and free disk space
- image optimization utilities (optional), see [psliwa/image-optimizer](https://github.com/psliwa/image-optimizer#supported-optimizers)

## Installation
**requires [composer](https://getcomposer.org)**
Expand Down Expand Up @@ -107,3 +108,5 @@ property | type | default | allowed | description
`$overwrite_base_image` | bool | false | * |
`$overwrite_tile_image` | bool | false | * |
`$clean_up` | bool | true | * | whether or not to delete temp images
`$optimize_output` | bool | false | * | enable image optimization
`$optimizer_settings` | array | [] | * | image optimizer settings, see [ImageOptimizer configuration](https://github.com/psliwa/image-optimizer#configuration)

0 comments on commit 317cbbc

Please sign in to comment.