Skip to content

Commit a48eca7

Browse files
committed
Add README.md and renamed main.py to Watermark_Inserter_GUI.py
1 parent c781eb0 commit a48eca7

File tree

11 files changed

+12
-56
lines changed

11 files changed

+12
-56
lines changed

ImageProcessingScripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ image processing can be used for more serious applications, for example, to enha
99

1010
## Projects Contributed
1111

12-
- [Project Name](Your project code link in this repository)
12+
- [Watermark Inserter GUI](https://github.com/rivelez65/Awesome_Python_Scripts/tree/ImageProcessingScripts/ImageProcessingScripts/Watermark%20Inserter%20GUI)

ImageProcessingScripts/Watermark Inserter GUI/.idea/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

ImageProcessingScripts/Watermark Inserter GUI/.idea/PP4_Watermark_GUI.iml

Lines changed: 0 additions & 10 deletions
This file was deleted.

ImageProcessingScripts/Watermark Inserter GUI/.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

ImageProcessingScripts/Watermark Inserter GUI/.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

ImageProcessingScripts/Watermark Inserter GUI/.idea/misc.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

ImageProcessingScripts/Watermark Inserter GUI/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

ImageProcessingScripts/Watermark Inserter GUI/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Watermark Inserter GUI
2+
3+
This GUI prompts you to select two images, one of them a logo or watermark text preferably and your main image.
4+
5+
The chosen watermark image will then get re-sized to 150 pixels by 150 pixels and inserted in the bottom right corner
6+
of your main image.
7+
8+
The new image will be saved into the images folder.
9+
10+
11+

0 commit comments

Comments
 (0)