https://github.com/jeffshee/watermark-tool
https://github.com/jeffshee/watermark-tool
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffshee/watermark-tool
- Owner: jeffshee
- Created: 2023-08-27T09:25:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T09:56:18.000Z (almost 3 years ago)
- Last Synced: 2025-12-03T13:30:01.921Z (6 months ago)
- Language: Batchfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watermark tool
Overlay watermark on images using ImageMagick.
**Steps:**
1. Install ImageMagick.
2. Place your watermark, `watermark.png`, in the same directory as the script.
3. Run the script and choose the source and destination folders.
4. Optionally, set watermark width and offset percentages.
5. Wait while the script processes your images.
6. Done.
**步骤:**
1. 安装 ImageMagick。
2. 将水印图片 `watermark.png` 放置在与脚本相同的目录中。
3. 运行脚本,选择源文件夹和目标文件夹。
4. (随意)设置水印宽度和偏移百分比。
5. 等待脚本处理图片。
6. 完成。