Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

Added missing quality parameter to webp method #168

Closed RevisionTen closed 4 years ago

RevisionTen commented 4 years ago

This parameter is needed to control the quality of the WebP image in the webp twig image function.

Example with 50% quality:

{{ web_image(image).webp(50) }}
Gregwar commented 4 years ago

Thanks for contributing