From: adrianna Date: Sun, 28 Feb 2016 20:10:31 +0000 (+0200) Subject: script for generating bitmaps (via inkscape); initial roach bitmaps; moved source... X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=af8d8777f1f0c24cb340d3d5bb3df3ad4c0d45e5 script for generating bitmaps (via inkscape); initial roach bitmaps; moved source svgs into corresponding subdirectory --- diff --git a/images/roach/eyes_1.png b/images/roach/eyes_1.png new file mode 100644 index 0000000..c77fa0c Binary files /dev/null and b/images/roach/eyes_1.png differ diff --git a/images/roach/eyes_2.png b/images/roach/eyes_2.png new file mode 100644 index 0000000..3545635 Binary files /dev/null and b/images/roach/eyes_2.png differ diff --git a/images/roach/eyes_3.png b/images/roach/eyes_3.png new file mode 100644 index 0000000..c77fa0c Binary files /dev/null and b/images/roach/eyes_3.png differ diff --git a/images/roach/eyes_4.png b/images/roach/eyes_4.png new file mode 100644 index 0000000..6273074 Binary files /dev/null and b/images/roach/eyes_4.png differ diff --git a/images/roach/roach_1.png b/images/roach/roach_1.png new file mode 100644 index 0000000..7227eba Binary files /dev/null and b/images/roach/roach_1.png differ diff --git a/images/roach/roach_2.png b/images/roach/roach_2.png new file mode 100644 index 0000000..4e4f5d6 Binary files /dev/null and b/images/roach/roach_2.png differ diff --git a/images/roach/roach_3.png b/images/roach/roach_3.png new file mode 100644 index 0000000..c967f99 Binary files /dev/null and b/images/roach/roach_3.png differ diff --git a/images/roach/roach_4.png b/images/roach/roach_4.png new file mode 100644 index 0000000..314e742 Binary files /dev/null and b/images/roach/roach_4.png differ diff --git a/sources/vector/eyes_1.svg b/sources/vector/eyes_1.svg deleted file mode 100644 index fb6fe23..0000000 --- a/sources/vector/eyes_1.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sources/vector/eyes_2.svg b/sources/vector/eyes_2.svg deleted file mode 100644 index 60f742e..0000000 --- a/sources/vector/eyes_2.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sources/vector/eyes_3.svg b/sources/vector/eyes_3.svg deleted file mode 100644 index 171f519..0000000 --- a/sources/vector/eyes_3.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sources/vector/eyes_4.svg b/sources/vector/eyes_4.svg deleted file mode 100644 index f0f4c75..0000000 --- a/sources/vector/eyes_4.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sources/vector/generate_bitmaps.sh b/sources/vector/generate_bitmaps.sh new file mode 100755 index 0000000..bb1a259 --- /dev/null +++ b/sources/vector/generate_bitmaps.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +for dir in roach +do + mkdir -p ../../images/$dir + for x in $dir/* + do + inkscape -z -e ../../images/${x%.*}.png -w 64 -h 64 $x + done +done diff --git a/sources/vector/roach/eyes_1.svg b/sources/vector/roach/eyes_1.svg new file mode 100644 index 0000000..fb6fe23 --- /dev/null +++ b/sources/vector/roach/eyes_1.svg @@ -0,0 +1,100 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/sources/vector/roach/eyes_2.svg b/sources/vector/roach/eyes_2.svg new file mode 100644 index 0000000..60f742e --- /dev/null +++ b/sources/vector/roach/eyes_2.svg @@ -0,0 +1,109 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/sources/vector/roach/eyes_3.svg b/sources/vector/roach/eyes_3.svg new file mode 100644 index 0000000..171f519 --- /dev/null +++ b/sources/vector/roach/eyes_3.svg @@ -0,0 +1,100 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/sources/vector/roach/eyes_4.svg b/sources/vector/roach/eyes_4.svg new file mode 100644 index 0000000..f0f4c75 --- /dev/null +++ b/sources/vector/roach/eyes_4.svg @@ -0,0 +1,100 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/sources/vector/roach/roach_1.svg b/sources/vector/roach/roach_1.svg new file mode 100644 index 0000000..86d42aa --- /dev/null +++ b/sources/vector/roach/roach_1.svg @@ -0,0 +1,257 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/vector/roach/roach_2.svg b/sources/vector/roach/roach_2.svg new file mode 100644 index 0000000..5a23ad3 --- /dev/null +++ b/sources/vector/roach/roach_2.svg @@ -0,0 +1,238 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/vector/roach/roach_3.svg b/sources/vector/roach/roach_3.svg new file mode 100644 index 0000000..d3a3768 --- /dev/null +++ b/sources/vector/roach/roach_3.svg @@ -0,0 +1,258 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/vector/roach/roach_4.svg b/sources/vector/roach/roach_4.svg new file mode 100644 index 0000000..33f1289 --- /dev/null +++ b/sources/vector/roach/roach_4.svg @@ -0,0 +1,243 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/vector/roach_1.svg b/sources/vector/roach_1.svg deleted file mode 100644 index 86d42aa..0000000 --- a/sources/vector/roach_1.svg +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/vector/roach_2.svg b/sources/vector/roach_2.svg deleted file mode 100644 index 5a23ad3..0000000 --- a/sources/vector/roach_2.svg +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/vector/roach_3.svg b/sources/vector/roach_3.svg deleted file mode 100644 index d3a3768..0000000 --- a/sources/vector/roach_3.svg +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/vector/roach_4.svg b/sources/vector/roach_4.svg deleted file mode 100644 index 33f1289..0000000 --- a/sources/vector/roach_4.svg +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -