From: Steinar H. Gunderson Date: Fri, 1 Mar 2019 11:45:05 +0000 (+0100) Subject: Make a new stinger for US4 @ ESK. X-Git-Url: https://git.sesse.net/?p=ultimatescore;a=commitdiff_plain;h=5d5dc27d9a1da60621e84af9349df62d571c67f7 Make a new stinger for US4 @ ESK. --- diff --git a/stinger/bedre_frisbee.svg b/stinger/bedre_frisbee.svg new file mode 100644 index 0000000..5d24cac --- /dev/null +++ b/stinger/bedre_frisbee.svg @@ -0,0 +1,231 @@ + + + + + + image/svg+xml + + Group 3 + + + + + + Group 3 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stinger/blur000.png b/stinger/blur000.png index 13729e1..0e92a84 100644 Binary files a/stinger/blur000.png and b/stinger/blur000.png differ diff --git a/stinger/blur001.png b/stinger/blur001.png index de0860a..4fbd4ad 100644 Binary files a/stinger/blur001.png and b/stinger/blur001.png differ diff --git a/stinger/blur002.png b/stinger/blur002.png index 2cbed03..471159e 100644 Binary files a/stinger/blur002.png and b/stinger/blur002.png differ diff --git a/stinger/blur003.png b/stinger/blur003.png index bddef10..332c9a5 100644 Binary files a/stinger/blur003.png and b/stinger/blur003.png differ diff --git a/stinger/blur004.png b/stinger/blur004.png index aac495b..71a90e5 100644 Binary files a/stinger/blur004.png and b/stinger/blur004.png differ diff --git a/stinger/blur005.png b/stinger/blur005.png index e35e1f8..b229cfa 100644 Binary files a/stinger/blur005.png and b/stinger/blur005.png differ diff --git a/stinger/blur006.png b/stinger/blur006.png index 8f9d022..0a38c5a 100644 Binary files a/stinger/blur006.png and b/stinger/blur006.png differ diff --git a/stinger/blur007.png b/stinger/blur007.png index 6733c7c..4e5a73a 100644 Binary files a/stinger/blur007.png and b/stinger/blur007.png differ diff --git a/stinger/blur008.png b/stinger/blur008.png index cf39687..c24e940 100644 Binary files a/stinger/blur008.png and b/stinger/blur008.png differ diff --git a/stinger/blur009.png b/stinger/blur009.png index 7fa1cd5..2ac88c8 100644 Binary files a/stinger/blur009.png and b/stinger/blur009.png differ diff --git a/stinger/blur010.png b/stinger/blur010.png index 0de701b..fe3b3e7 100644 Binary files a/stinger/blur010.png and b/stinger/blur010.png differ diff --git a/stinger/blur011.png b/stinger/blur011.png index 19295ce..867d4c8 100644 Binary files a/stinger/blur011.png and b/stinger/blur011.png differ diff --git a/stinger/blur012.png b/stinger/blur012.png index 07b328a..e7b0382 100644 Binary files a/stinger/blur012.png and b/stinger/blur012.png differ diff --git a/stinger/blur013.png b/stinger/blur013.png index 9cc3324..fb6f228 100644 Binary files a/stinger/blur013.png and b/stinger/blur013.png differ diff --git a/stinger/blur014.png b/stinger/blur014.png index c1c5a93..b4b9fb7 100644 Binary files a/stinger/blur014.png and b/stinger/blur014.png differ diff --git a/stinger/blur015.png b/stinger/blur015.png index 96ef0b1..21c51fe 100644 Binary files a/stinger/blur015.png and b/stinger/blur015.png differ diff --git a/stinger/blur016.png b/stinger/blur016.png index 78999bb..1502c8f 100644 Binary files a/stinger/blur016.png and b/stinger/blur016.png differ diff --git a/stinger/blur017.png b/stinger/blur017.png index a7d432e..dd78e5b 100644 Binary files a/stinger/blur017.png and b/stinger/blur017.png differ diff --git a/stinger/blur018.png b/stinger/blur018.png index d8fe731..acc28e4 100644 Binary files a/stinger/blur018.png and b/stinger/blur018.png differ diff --git a/stinger/blur019.png b/stinger/blur019.png index 4058e4e..52633c2 100644 Binary files a/stinger/blur019.png and b/stinger/blur019.png differ diff --git a/stinger/blur020.png b/stinger/blur020.png index a916cc7..3d485b3 100644 Binary files a/stinger/blur020.png and b/stinger/blur020.png differ diff --git a/stinger/blur021.png b/stinger/blur021.png index c7a5ef7..7001181 100644 Binary files a/stinger/blur021.png and b/stinger/blur021.png differ diff --git a/stinger/blur022.png b/stinger/blur022.png index 0ac091c..dbaa616 100644 Binary files a/stinger/blur022.png and b/stinger/blur022.png differ diff --git a/stinger/blur023.png b/stinger/blur023.png index 2ee6a8e..a046b74 100644 Binary files a/stinger/blur023.png and b/stinger/blur023.png differ diff --git a/stinger/blur024.png b/stinger/blur024.png index 532d73c..c7b50fd 100644 Binary files a/stinger/blur024.png and b/stinger/blur024.png differ diff --git a/stinger/sting.pl b/stinger/sting.pl index 480eff6..52c9901 100644 --- a/stinger/sting.pl +++ b/stinger/sting.pl @@ -5,8 +5,8 @@ use POSIX qw(ceil floor); for my $i (0..24) { #for my $i (23..23) { - my @args = ("./stinger/blur"); - my ($x1, $y1, $x2, $y2) = (0, 0, 346.547, 202.492); # From Inkscape output when converting by default. + my @args = ("./blur"); + my ($x1, $y1, $x2, $y2) = (0, 0, 2813.0, 2813.0); # From Inkscape output when converting by default. my $convfactor = 0.26458; # mm to SVG units, empirical :-/ for my $j (0..97) { # 98 hits a movit limit! @@ -14,7 +14,7 @@ for my $i (0..24) { my $f = $i / 25.0 + ($j * 0.010) / 25.0; #my $f = $i / 255.0; - my $d = 90.0 / (1.0 - $f) - 80.0; + my $d = 90.0 / (1.0 - $f) - 89.0; my $outfilename = sprintf("stinger%03d.png", $i * 10 + $j); print "$outfilename [$d]...\n"; @@ -32,7 +32,7 @@ for my $i (0..24) { $h = floor($h / 2); } - my $cmd = "LANG=C inkscape --export-png=$outfilename --export-area=$x1:$y1:$x2:$y2 --export-width=$w --export-height=$h stinger.svg"; + my $cmd = "LANG=C inkscape --export-png=$outfilename --export-area=$x1:$y1:$x2:$y2 --export-width=$w --export-height=$h bedre_frisbee.svg"; # print "$cmd\n"; system("$cmd 2>/dev/null >/dev/null"); #my $x = `$cmd 2>/dev/null`;