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