Searched refs:IMG_WEBP (Results 1 – 3 of 3) sorted by relevance
7 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
7 if (!(imagetypes() & IMG_WEBP)) die('skip WEBP support required');
44 const IMG_WEBP = UNKNOWN; define
Completed in 11 milliseconds