Searched refs:imagecreatefromwebp (Results 1 – 6 of 6) sorted by relevance
16 $im = imagecreatefromwebp($empty_webp);22 Warning: imagecreatefromwebp(): gd-webp cannot get webp info in %s on line %d24 Warning: imagecreatefromwebp(): "%s" is not a valid WEBP file in %s on line %d
2 imagewebp() and imagecreatefromwebp() - basic test10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))30 $im2 = imagecreatefromwebp($filename);36 $im_lossless = imagecreatefromwebp($filename);
10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))24 $im = imagecreatefromwebp($filename);
610 ZEND_FUNCTION(imagecreatefromwebp);746 ZEND_FE(imagecreatefromwebp, arginfo_imagecreatefromwebp)
569 function imagecreatefromwebp(string $filename): GdImage|false {} function
1663 PHP_FUNCTION(imagecreatefromwebp) in PHP_FUNCTION() argument
Completed in 23 milliseconds