Add convert+gifsicle
This commit is contained in:
parent
7aae4df443
commit
8709b3fdfd
@ -47,6 +47,10 @@ function benchmark($method) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
benchmark('gd');
|
benchmark('gd');
|
||||||
benchmark('imagick');
|
if (extension_loaded('imagick')) {
|
||||||
|
benchmark('imagick');
|
||||||
|
} else {
|
||||||
|
echo "Imagick extension not loaded... skipping.\n";
|
||||||
|
}
|
||||||
benchmark('convert');
|
benchmark('convert');
|
||||||
|
benchmark('convert+gifsicle');
|
||||||
|
Loading…
Reference in New Issue
Block a user