Skip to content

Commit def5e5c

Browse files
Merge pull request #175 from libreajans/master
add $quality_webp
2 parents 5ef461c + 9a50d97 commit def5e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ $image->save('image.png', IMAGETYPE_PNG);
237237
Quality
238238
-------
239239

240-
The properties `$quality_jpg` and `$quality_png` are available for you to configure:
240+
The properties `$quality_jpg`, `$quality_webp` and `$quality_png` are available for you to configure:
241241

242242
```php
243243
$image = new ImageResize('image.jpg');

0 commit comments

Comments
 (0)