diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
deleted file mode 100644
index 6b6114114f4e89a1f2d0e911ff090e541af1260c..0000000000000000000000000000000000000000
--- a/.vs/VSWorkspaceState.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "ExpandedNodes": [
-    ""
-  ],
-  "PreviewInSolutionExplorer": false
-}
\ No newline at end of file
diff --git a/.vs/informatik_3_abgaben_beachboys/v17/.suo b/.vs/informatik_3_abgaben_beachboys/v17/.suo
deleted file mode 100644
index 36185a96c905fa3637dc1e085f0f67dec1cb09ca..0000000000000000000000000000000000000000
Binary files a/.vs/informatik_3_abgaben_beachboys/v17/.suo and /dev/null differ
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
deleted file mode 100644
index 3a9245d7da4e359ab8b9ed5f4bd350ae00a486bc..0000000000000000000000000000000000000000
Binary files a/.vs/slnx.sqlite and /dev/null differ
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 105af5738437d2036111d992a21a41ea95c4f6ba..0000000000000000000000000000000000000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
-    "version": "0.2.0",
-    "configurations": [
-        {
-            // Use IntelliSense to find out which attributes exist for C# debugging
-            // Use hover for the description of the existing attributes
-            // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
-            "name": ".NET Core Launch (console)",
-            "type": "coreclr",
-            "request": "launch",
-            "preLaunchTask": "build",
-            // If you have changed target frameworks, make sure to update the program path.
-            "program": "${workspaceFolder}/Levenshtein/bin/Debug/net6.0/Levenshtein.dll",
-            "args": [],
-            "cwd": "${workspaceFolder}/Levenshtein",
-            // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
-            "console": "internalConsole",
-            "stopAtEntry": false
-        },
-        {
-            "name": ".NET Core Attach",
-            "type": "coreclr",
-            "request": "attach"
-        }
-    ]
-}
\ No newline at end of file
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
deleted file mode 100644
index bc88c447fe78ee9c8cb133ecd3f7205365b0b243..0000000000000000000000000000000000000000
--- a/.vscode/tasks.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
-    "version": "2.0.0",
-    "tasks": [
-        {
-            "label": "build",
-            "command": "dotnet",
-            "type": "process",
-            "args": [
-                "build",
-                "${workspaceFolder}/Levenshtein/Levenshtein.csproj",
-                "/property:GenerateFullPaths=true",
-                "/consoleloggerparameters:NoSummary"
-            ],
-            "problemMatcher": "$msCompile"
-        },
-        {
-            "label": "publish",
-            "command": "dotnet",
-            "type": "process",
-            "args": [
-                "publish",
-                "${workspaceFolder}/Levenshtein/Levenshtein.csproj",
-                "/property:GenerateFullPaths=true",
-                "/consoleloggerparameters:NoSummary"
-            ],
-            "problemMatcher": "$msCompile"
-        },
-        {
-            "label": "watch",
-            "command": "dotnet",
-            "type": "process",
-            "args": [
-                "watch",
-                "run",
-                "--project",
-                "${workspaceFolder}/Levenshtein/Levenshtein.csproj"
-            ],
-            "problemMatcher": "$msCompile"
-        }
-    ]
-}
\ No newline at end of file
diff --git a/Bildfaltung/.idea/Bildfaltung.iml b/Bildfaltung/.idea/Bildfaltung.iml
index 74d515a027de98657e9d3d5f0f1831882fd81374..fe9637bed0276d05a348d76f738c1d569e5652b8 100644
--- a/Bildfaltung/.idea/Bildfaltung.iml
+++ b/Bildfaltung/.idea/Bildfaltung.iml
@@ -4,7 +4,10 @@
     <content url="file://$MODULE_DIR$">
       <excludeFolder url="file://$MODULE_DIR$/venv" />
     </content>
-    <orderEntry type="inheritedJdk" />
+    <orderEntry type="jdk" jdkName="Python 3.9 (Bildfaltung)" jdkType="Python SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>
+  <component name="PyDocumentationSettings">
+    <option name="renderExternalDocumentation" value="true" />
+  </component>
 </module>
\ No newline at end of file
diff --git a/Bildfaltung/.idea/misc.xml b/Bildfaltung/.idea/misc.xml
index 60bed200e4c9eac670ccc0351a49ae4b8680d66e..8d893f04e98789dad97442d97b7b26acc4e4b41c 100644
--- a/Bildfaltung/.idea/misc.xml
+++ b/Bildfaltung/.idea/misc.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (Bildfaltung)" project-jdk-type="Python SDK" />
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (Bildfaltung)" project-jdk-type="Python SDK" />
 </project>
\ No newline at end of file
diff --git a/Bildfaltung/main.py b/Bildfaltung/main.py
index bce6dff1e34484b83a185945eab9f215d458125f..5cdf34bceda69d29440c8264f532fa14a51bcf29 100644
--- a/Bildfaltung/main.py
+++ b/Bildfaltung/main.py
@@ -22,10 +22,25 @@ if __name__ == '__main__':
     clamping = ClampingBorderBehavior()
     zero = ZeroPaddingBorderBehavior()
 
-    img = Image()
-    neu = Image()
-    print(img.readFromFile(pathImg1))
-    print(img.readFromFile(pathImg2))
+    img1_horizontal = Image()
+    img1_horizontal.readFromFile(pathImg1)
+    img1_horizontal.convolve(horizontal, zero)
+    img1_horizontal.writeToFile(".//images//ZeroPadded//Ergebnis 1_horizontal.pgm")
+
+    img2_horizontal = Image()
+    img2_horizontal.readFromFile(pathImg1)
+    img2_horizontal.convolve(horizontal, clamping)
+    img2_horizontal.writeToFile(".//images//Clamped//Ergebnis 1_horizontal.pgm")
+
+    img1_vertical = Image()
+    img1_vertical.readFromFile(pathImg1)
+    img1_vertical.convolve(vertical, zero)
+    img1_horizontal.writeToFile(".//images//ZeroPadded//Ergebnis 1_vertical.pgm")
+
+    img2_vertical = Image()
+    img2_vertical.readFromFile(pathImg1)
+    img2_vertical.convolve(vertical, clamping)
+    img2_horizontal.writeToFile(".//images//Clamped//Ergebnis 1_vertical.pgm")
 
 
 
diff --git a/Levenshtein/.vs/Levenshtein/DesignTimeBuild/.dtbcache.v2 b/Levenshtein/.vs/Levenshtein/DesignTimeBuild/.dtbcache.v2
deleted file mode 100644
index b4f679c9d78cdf98fabfcf011e3c1f021f42175d..0000000000000000000000000000000000000000
Binary files a/Levenshtein/.vs/Levenshtein/DesignTimeBuild/.dtbcache.v2 and /dev/null differ
diff --git a/Levenshtein/.vs/Levenshtein/v17/.futdcache.v1 b/Levenshtein/.vs/Levenshtein/v17/.futdcache.v1
deleted file mode 100644
index 3cc95641e4a333d3566461693267de255e0f893c..0000000000000000000000000000000000000000
Binary files a/Levenshtein/.vs/Levenshtein/v17/.futdcache.v1 and /dev/null differ
diff --git a/Levenshtein/Levenshtein.csproj b/Levenshtein/Levenshtein.csproj
deleted file mode 100644
index 74abf5c9766499f4fd79d4a9398f619d39c2e45e..0000000000000000000000000000000000000000
--- a/Levenshtein/Levenshtein.csproj
+++ /dev/null
@@ -1,10 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
-  <PropertyGroup>
-    <OutputType>Exe</OutputType>
-    <TargetFramework>net6.0</TargetFramework>
-    <ImplicitUsings>enable</ImplicitUsings>
-    <Nullable>enable</Nullable>
-  </PropertyGroup>
-
-</Project>
diff --git a/Levenshtein/Levenshtein.sln b/Levenshtein/Levenshtein.sln
deleted file mode 100644
index 8913a44ae86f35134735ab987ac4106f5c8a88f7..0000000000000000000000000000000000000000
--- a/Levenshtein/Levenshtein.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.1.32407.343
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Levenshtein", "Levenshtein.csproj", "{C26B8C9B-964F-49E9-BCA9-9CED62EFC617}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{C26B8C9B-964F-49E9-BCA9-9CED62EFC617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{C26B8C9B-964F-49E9-BCA9-9CED62EFC617}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{C26B8C9B-964F-49E9-BCA9-9CED62EFC617}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{C26B8C9B-964F-49E9-BCA9-9CED62EFC617}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-	GlobalSection(ExtensibilityGlobals) = postSolution
-		SolutionGuid = {A346A59E-56E5-4E6A-8268-451891979433}
-	EndGlobalSection
-EndGlobal
diff --git a/Levenshtein/Program.cs b/Levenshtein/Program.cs
index c72c433eb795bd92440c6ba0781668ca63ca1333..af50d48f2c6a6672303ac51e3dfea5b9602f048b 100644
--- a/Levenshtein/Program.cs
+++ b/Levenshtein/Program.cs
@@ -26,3 +26,4 @@ namespace Levenshtein
 
     }
 }
+
diff --git a/Levenshtein/bin/Debug/net6.0/Levenshtein.deps.json b/Levenshtein/bin/Debug/net6.0/Levenshtein.deps.json
deleted file mode 100644
index 39771273112758da50fd68fab75dcae1c4c5fe26..0000000000000000000000000000000000000000
--- a/Levenshtein/bin/Debug/net6.0/Levenshtein.deps.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "runtimeTarget": {
-    "name": ".NETCoreApp,Version=v6.0",
-    "signature": ""
-  },
-  "compilationOptions": {},
-  "targets": {
-    ".NETCoreApp,Version=v6.0": {
-      "Levenshtein/1.0.0": {
-        "runtime": {
-          "Levenshtein.dll": {}
-        }
-      }
-    }
-  },
-  "libraries": {
-    "Levenshtein/1.0.0": {
-      "type": "project",
-      "serviceable": false,
-      "sha512": ""
-    }
-  }
-}
\ No newline at end of file
diff --git a/Levenshtein/bin/Debug/net6.0/Levenshtein.exe b/Levenshtein/bin/Debug/net6.0/Levenshtein.exe
deleted file mode 100644
index c1f95708751cc63ba9c4d9c0d0c88c1178653486..0000000000000000000000000000000000000000
Binary files a/Levenshtein/bin/Debug/net6.0/Levenshtein.exe and /dev/null differ
diff --git a/Levenshtein/bin/Debug/net6.0/Levenshtein.runtimeconfig.json b/Levenshtein/bin/Debug/net6.0/Levenshtein.runtimeconfig.json
deleted file mode 100644
index 4986d16ee61c8c404217a18f260bf3a9f8a944b5..0000000000000000000000000000000000000000
--- a/Levenshtein/bin/Debug/net6.0/Levenshtein.runtimeconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "runtimeOptions": {
-    "tfm": "net6.0",
-    "framework": {
-      "name": "Microsoft.NETCore.App",
-      "version": "6.0.0"
-    }
-  }
-}
\ No newline at end of file
diff --git a/Levenshtein/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Levenshtein/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index 36203c728faac8d3779420bb7896ee93b49c7106..0000000000000000000000000000000000000000
--- a/Levenshtein/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-// <autogenerated />
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/Levenshtein/obj/Debug/net6.0/Levenshtein.AssemblyInfo.cs b/Levenshtein/obj/Debug/net6.0/Levenshtein.AssemblyInfo.cs
deleted file mode 100644
index 2d2b6d271211fe2c0a5a8f8c3f066447d215aed9..0000000000000000000000000000000000000000
--- a/Levenshtein/obj/Debug/net6.0/Levenshtein.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     Dieser Code wurde von einem Tool generiert.
-//     Laufzeitversion:4.0.30319.42000
-//
-//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
-//     der Code erneut generiert wird.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Levenshtein")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Levenshtein")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Levenshtein")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Levenshtein/obj/Debug/net6.0/Levenshtein.AssemblyInfoInputs.cache b/Levenshtein/obj/Debug/net6.0/Levenshtein.AssemblyInfoInputs.cache
deleted file mode 100644
index c96974b0baa0292843edf563d72d719f0f952871..0000000000000000000000000000000000000000
--- a/Levenshtein/obj/Debug/net6.0/Levenshtein.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-0c36e2593d92e4e1138111db86019d09eaf4bcb9
diff --git a/Levenshtein/obj/Debug/net6.0/Levenshtein.GlobalUsings.g.cs b/Levenshtein/obj/Debug/net6.0/Levenshtein.GlobalUsings.g.cs
deleted file mode 100644
index 8578f3d03de56aa5afbb2e6a3f0a9055b075f7fd..0000000000000000000000000000000000000000
--- a/Levenshtein/obj/Debug/net6.0/Levenshtein.GlobalUsings.g.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-// <auto-generated/>
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/Levenshtein/obj/Debug/net6.0/Levenshtein.csproj.BuildWithSkipAnalyzers b/Levenshtein/obj/Debug/net6.0/Levenshtein.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/Levenshtein/obj/Debug/net6.0/Levenshtein.csproj.CoreCompileInputs.cache b/Levenshtein/obj/Debug/net6.0/Levenshtein.csproj.CoreCompileInputs.cache
deleted file mode 100644
index eaefc30996d8c94d3ef12878e10210591fc501aa..0000000000000000000000000000000000000000
--- a/Levenshtein/obj/Debug/net6.0/Levenshtein.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-18e72b41ff70ff6a94119c99990f761016136279
diff --git a/Levenshtein/obj/Debug/net6.0/apphost.exe b/Levenshtein/obj/Debug/net6.0/apphost.exe
deleted file mode 100644
index c1f95708751cc63ba9c4d9c0d0c88c1178653486..0000000000000000000000000000000000000000
Binary files a/Levenshtein/obj/Debug/net6.0/apphost.exe and /dev/null differ
diff --git a/Levenshtein/obj/Levenshtein.csproj.nuget.g.targets b/Levenshtein/obj/Levenshtein.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef3cc4057524bf5d2cd49936dff789cebe8..0000000000000000000000000000000000000000
--- a/Levenshtein/obj/Levenshtein.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
\ No newline at end of file
diff --git a/README.md b/README.md
deleted file mode 100644
index 9139658c3705a201a0c71e6f9c961c9285df4e00..0000000000000000000000000000000000000000
--- a/README.md
+++ /dev/null
@@ -1,92 +0,0 @@
-# Informatik_3_Abgaben_Beachboys
-
-
-
-## Getting started
-
-To make it easy for you to get started with GitLab, here's a list of recommended next steps.
-
-Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
-
-## Add your files
-
-- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
-- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
-
-```
-cd existing_repo
-git remote add origin https://gitlab.reutlingen-university.de/lauergar/informatik_3_abgaben_beachboys.git
-git branch -M main
-git push -uf origin main
-```
-
-## Integrate with your tools
-
-- [ ] [Set up project integrations](https://gitlab.reutlingen-university.de/lauergar/informatik_3_abgaben_beachboys/-/settings/integrations)
-
-## Collaborate with your team
-
-- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
-- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
-- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
-- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
-- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
-
-## Test and Deploy
-
-Use the built-in continuous integration in GitLab.
-
-- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
-- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
-- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
-- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
-- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
-
-***
-
-# Editing this README
-
-When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!).  Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
-
-## Suggestions for a good README
-Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
-
-## Name
-Choose a self-explaining name for your project.
-
-## Description
-Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
-
-## Badges
-On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
-
-## Visuals
-Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
-
-## Installation
-Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
-
-## Usage
-Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
-
-## Support
-Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
-
-## Roadmap
-If you have ideas for releases in the future, it is a good idea to list them in the README.
-
-## Contributing
-State if you are open to contributions and what your requirements are for accepting them.
-
-For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
-
-You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
-
-## Authors and acknowledgment
-Show your appreciation to those who have contributed to the project.
-
-## License
-For open source projects, say how it is licensed.
-
-## Project status
-If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.