Help for this page

Select Code to Download


  1. or download this
    Can't call method "scaleY" on an undefined value at C:/strawberry/perl
    +/site/lib/
    Image/Seek.pm line 137.
    
  2. or download this
       #!/usr/local/bin/perl 
        use Imager;
    ...
        savedb("haar.db");
    
        my @results = query_id(216); # What looks like this photo?
    
  3. or download this
    sub add_image_imager {
        my ($img, $id) = @_;
    ...
        }
        addImage($id, $reds, $greens, $blues);
    }
    
  4. or download this
    my $thumb = $img->scaleX(pixels => 128)->scaleY(pixels => 128);
    
  5. or download this
    ->scaleY(pixels => 128)