Added Sources Section to README.md

This commit is contained in:
Andreas Fahrecker 2024-03-19 00:08:00 +01:00
parent 884aa3d586
commit 0eec79897e

View File

@ -46,4 +46,8 @@ python main.py path_to_your_image.jpg
The script will create two new images in the "left" and "right" directories with the suffixes _left and _right added to the original file name. The script will create two new images in the "left" and "right" directories with the suffixes _left and _right added to the original file name.
## License ## License
This project is licensed under the terms of the MIT license. This project is licensed under the terms of the MIT license.
## Source Code
The source code for this project is available on [Gitea](https://gitea.fahrecker.com/andreas-personal/image-splitter) and mirrored on [GitHub](https://github.com/andreas-fahrecker/image-splitter).