Skip to content

Commit 38f0a67

Browse files
committed
2 parents 42ef887 + ef79e99 commit 38f0a67

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: wagi_coding # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: ['https://buymeacoff.ee/wagicoding'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
# Simple Batch Image Watermarker
2-
Simple Batch Image Watermarker for Windows
2+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/WaGi-Coding/Simple-Batch-Image-Watermarker?label=latest%20release&style=for-the-badge)
3+
![GitHub all releases](https://img.shields.io/github/downloads/WaGi-Coding/Simple-Batch-Image-Watermarker/total?label=Github%20Release%20Downloads&style=for-the-badge)
4+
5+
![GitHub Repo stars](https://img.shields.io/github/stars/WaGi-Coding/Simple-Batch-Image-Watermarker?style=social)
6+
7+
8+
<p align="center">
9+
<a href="https://github.com/WaGi-Coding/Simple-Batch-Image-Watermarker/releases/"><img alt="Download" src="https://i.imgur.com/IMSXFnA.png"/></a>
10+
</p>
11+
12+
---
13+
14+
## Simple Batch Image Watermarker for Windows supporting Watermarking of a whole folders images.
15+
16+
The Repeat-Mode starts drawing from the image center, unlike others who just draw starting from top-left.
17+
The watermark gets automatically resized to fit, if the Image to get watermarked is smaller than the Watermark.
18+
19+
You can also Drag & Drop a Folder/Image onto the Textboxes, instead of manually inputting or searching.
20+
21+
The "Watermarked-Folder" will end up inside your input folder. You can change the name of that folder and change the suffix of watermarked images.
22+
All values get saved & loaded, so it's more comfortable to use.
23+
24+
![Simple-Image-Watermarker](https://user-images.githubusercontent.com/38970388/211128456-40ccc9bc-3d26-448e-ada2-a71bc3d0cb1f.PNG)
25+
26+
27+
![Watermarked-Image](https://user-images.githubusercontent.com/38970388/211128512-6f7dbb70-393e-4a81-b579-6923dae5014c.png)
28+
29+
30+
ToDo:
31+
- Add Exif Data editing
32+
- Add SVG Watermark Support
33+
- Add GIF Watermarking Support
34+
- Procentual sizing

0 commit comments

Comments
 (0)