Browse Source

Add convert+gifsicle

tags/vichan-devel-4.4.92
Michael Foster 10 years ago
parent
commit
8709b3fdfd
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      tools/benchmark.php

+ 6
- 2
tools/benchmark.php View File

@@ -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…
Cancel
Save