1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-31 21:40:12 +02:00

test support for webp images

This commit is contained in:
Mikael Roos
2016-08-08 16:13:51 +02:00
parent 1e5de9d225
commit 3d0b25abe0
5 changed files with 90 additions and 12 deletions

View File

@@ -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>";
}

View File

@@ -41,7 +41,7 @@ return array(
* mode: 'production'
*/
//'mode' => 'production',
//'mode' => 'development',
'mode' => 'development',
//'mode' => 'strict',