imagecreatefromwebp

Supported Versions: PHP 5 >= 5.4.0, PHP 7, PHP 8
Create a new image from file or URL
<?php imagecreatefromwebp(string $filename): GdImage|false
<?php                         "Unsupported image type. GD/PHP installation does not support WebP format."

                    );

                }

                $core = @imagecreatefromwebp($path);

                break;



            case 'image/bmp':