批量图片水印工具 v1.0
====================

功能：批量为图片添加文字水印或图片水印，支持自定义位置、大小、透明度

系统要求：Windows / macOS / Linux，Python 3.8+

安装步骤：
1. 安装Python 3.8+：https://www.python.org/downloads/
2. 双击 install.bat (Windows) 或在终端运行：
   pip install pillow
3. 用法：
   python3 batch_watermark.py ./图片目录 ./输出目录 --text "©我的店铺"
   python3 batch_watermark.py ./photos --image logo.png --pos center
   python3 batch_watermark.py ./images --text "预览版" --opacity 48 --font-size 24

选项：
  --text "文字"       水印文字内容
  --image logo.png    使用图片作为水印
  --pos bottom-right  位置: top-left/top-right/bottom-left/bottom-right/center
  --opacity 96        不透明度 0-255（默认96）
  --font-size 36      字体大小（默认36）
  --scale 0.15        图片水印比例（默认0.15）

支持格式：JPG, JPEG, PNG, WEBP, BMP

官方网站：https://www.boaoint.com
免费工具 by BoaoTools
