diff --git a/Textures/Texture1.png b/Textures/Texture1.png new file mode 100644 index 0000000..59bb1ad Binary files /dev/null and b/Textures/Texture1.png differ diff --git a/Textures/Texture10.png b/Textures/Texture10.png new file mode 100644 index 0000000..93975ec Binary files /dev/null and b/Textures/Texture10.png differ diff --git a/Textures/Texture11.png b/Textures/Texture11.png new file mode 100644 index 0000000..5171cdd Binary files /dev/null and b/Textures/Texture11.png differ diff --git a/Textures/Texture12.png b/Textures/Texture12.png new file mode 100644 index 0000000..6da4876 Binary files /dev/null and b/Textures/Texture12.png differ diff --git a/Textures/Texture13.png b/Textures/Texture13.png new file mode 100644 index 0000000..71e1c5e Binary files /dev/null and b/Textures/Texture13.png differ diff --git a/Textures/Texture14.png b/Textures/Texture14.png new file mode 100644 index 0000000..e49f3af Binary files /dev/null and b/Textures/Texture14.png differ diff --git a/Textures/Texture15.png b/Textures/Texture15.png new file mode 100644 index 0000000..e3c19f4 Binary files /dev/null and b/Textures/Texture15.png differ diff --git a/Textures/Texture2.png b/Textures/Texture2.png new file mode 100644 index 0000000..8bdde84 Binary files /dev/null and b/Textures/Texture2.png differ diff --git a/Textures/Texture3.png b/Textures/Texture3.png new file mode 100644 index 0000000..17df85a Binary files /dev/null and b/Textures/Texture3.png differ diff --git a/Textures/Texture4.png b/Textures/Texture4.png new file mode 100644 index 0000000..c2248bb Binary files /dev/null and b/Textures/Texture4.png differ diff --git a/Textures/Texture5.png b/Textures/Texture5.png new file mode 100644 index 0000000..1d6f040 Binary files /dev/null and b/Textures/Texture5.png differ diff --git a/Textures/Texture6.png b/Textures/Texture6.png new file mode 100644 index 0000000..df1c8b6 Binary files /dev/null and b/Textures/Texture6.png differ diff --git a/Textures/Texture7.png b/Textures/Texture7.png new file mode 100644 index 0000000..f622d1b Binary files /dev/null and b/Textures/Texture7.png differ diff --git a/Textures/Texture8.png b/Textures/Texture8.png new file mode 100644 index 0000000..01b6a0a Binary files /dev/null and b/Textures/Texture8.png differ diff --git a/Textures/Texture9.png b/Textures/Texture9.png new file mode 100644 index 0000000..64ba1cf Binary files /dev/null and b/Textures/Texture9.png differ diff --git a/Textures/white2alpha.py b/Textures/white2alpha.py new file mode 100755 index 0000000..7e1ab42 --- /dev/null +++ b/Textures/white2alpha.py @@ -0,0 +1,19 @@ +#!/usr/bin/env python3 + +from PIL import Image +import sys + +im = Image.open(sys.argv[1]) +width, height = im.size +pixels = im.load() + +for y in range(height): + for x in range(width): + p = pixels[x,y] + if len(p) != 4: + p = p + (255, ) + r, g, b, a = p + if r != 0: + pixels[x,y] = 255, 255, 255, 0 + +im.save(sys.argv[1]) diff --git a/eismond-texture.svg b/eismond-texture.svg new file mode 100644 index 0000000..84636ee --- /dev/null +++ b/eismond-texture.svg @@ -0,0 +1,857 @@ + + + +to ReconnectFREILAND POTSDAM27-30.12.2022.