shell利用ImageMagick命令行给图片加文字水印

我们在上一篇文章 [shell利用ImageMagick命令行给图片加图片水印 ](https://www.yuanchengzhushou.cn/article/8146.html) 已经知道如何给图片添加图片水印了

今天我们教大家如何给图片加文字水印

先看效果

![](https://www.yuanchengzhushou.cn/static/image/8147_1.jpg)

代码

>convert src.jpg -gravity southeast -fill black -pointsize 16 -draw "text 5,5 `'http://www.yuanchengzhushou.cn'`" dest-c.jpg

![](https://www.yuanchengzhushou.cn/static/image/8147.jpg)

代码

>convert src.jpg -gravity SouthEast -pointsize 24 -font /usr/share/fonts/chinese/simhei.ttf -stroke '#000C' -strokewidth 4 -annotate +5+5 "老鄢网站" -stroke none -fill white -annotate +5+5 "老鄢网站" output.jpg

更多效果

`https://blog.gtwang.org/linux/imagemagick-image-watermarking-tutorial/`

    A+
发布日期:2021年03月06日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: