mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-31 13:40:08 +02:00
test support for webp images
This commit is contained in:
@@ -15,7 +15,6 @@ echo "Extension imagick is $no loaded.<br>";
|
||||
|
||||
$no = extension_loaded('gd') ? null : 'NOT';
|
||||
echo "Extension gd is $no loaded.<br>";
|
||||
|
||||
if (!$no) {
|
||||
echo "<pre>", var_dump(gd_info()), "</pre>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user