diff options
author | root <root@einstein.tg15.gathering.org> | 2015-03-31 18:34:58 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-03-31 18:34:58 +0200 |
commit | 95fceee877ed34a6104f630c2daf8a908cab6ee4 (patch) | |
tree | 8b4ae6e4ccb58d8aa9017df1ac6ddad17da654cd /web/nms.gathering.org/nettkart.pl | |
parent | ad8b587583fdb55ff3c43f72edab5ec6c1ea5d43 (diff) |
NMS TG15-tweaks
Diffstat (limited to 'web/nms.gathering.org/nettkart.pl')
-rwxr-xr-x | web/nms.gathering.org/nettkart.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/nms.gathering.org/nettkart.pl b/web/nms.gathering.org/nettkart.pl index f6dd2c2..dd27cb9 100755 --- a/web/nms.gathering.org/nettkart.pl +++ b/web/nms.gathering.org/nettkart.pl @@ -19,7 +19,7 @@ my $dbh = nms::db_connect(); GD::Image->trueColor(1); my $text_img; -our $img = GD::Image->new($cwd.'/tg14-salkart.png'); +our $img = GD::Image->new($cwd.'/tg15-salkart.png'); if ($night) { my ($width, $height) = ($img->width, $img->height); @@ -117,7 +117,7 @@ if ($night) { $magick->Gamma(gamma=>1.90); my $m2 = Image::Magick->new; - $m2->Read($cwd.'/tg14-salkart.png'); + $m2->Read($cwd.'/tg15-salkart.png'); $m2->Negate(); $m2->Composite(image=>$magick, compose=>'Atop'); |