]> git.imager.perl.org - imager.git/blobdiff - bench/scale.perl
avoid dead code in i_get_anonymous_color_histo()
[imager.git] / bench / scale.perl
index 09668084fa9582d24f6c43bd4a834ef4920f96eb..ceb3dbe7a1e3beb83782820070e07934cfafad88 100644 (file)
@@ -6,8 +6,8 @@ print "$0\n";
 my @allfiles = (@ARGV) x 120;
 my $srcdir = '.';
 
-my %opts1 = (scalefactor=>.333334);
-my %opts2 = (scalefactor=>.25);
+my %opts1 = (scalefactor=>.333334, qtype => 'mixing');
+my %opts2 = (scalefactor=>.25, qtype => 'mixing');
 my %exopts=();
 for my $file (@allfiles) {
   # print STDERR "reading $srcdir/$file\n";