imagewebp
statamic/cms
Supported Versions: PHP 5 >= 5.4.0, PHP 7, PHP 8
Output a WebP image to browser or file
<?php imagewebp
(
GdImage $image
,
resource
|
string
|
null $file
=
null
,
int $quality
= -
1
):
bool