1
wangpao 1 天前
ImageMagick
|
2
rekulas 1 天前
你说的这几个不是随便找个图像库都能实现的吗
|
5
wangpao 1 天前 1
很简单
安装 brew install imagemagick 使用 magick mogrify -gravity southeast -draw "image Over 0,0 0,0 'watermark.png'" *.jpg |
6
bfhyqy OP @wangpao 嗯,先找了一个它的 GUI: https://github.com/TeaM-TL/FotoKilof ,有空研究一下它的参数
|