mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
Add convert+gifsicle
This commit is contained in:
parent
7aae4df443
commit
8709b3fdfd
@ -47,6 +47,10 @@ function benchmark($method) {
|
||||
}
|
||||
|
||||
benchmark('gd');
|
||||
benchmark('imagick');
|
||||
if (extension_loaded('imagick')) {
|
||||
benchmark('imagick');
|
||||
} else {
|
||||
echo "Imagick extension not loaded... skipping.\n";
|
||||
}
|
||||
benchmark('convert');
|
||||
|
||||
benchmark('convert+gifsicle');
|
||||
|
Loading…
Reference in New Issue
Block a user