Add a text watermark to image on ubuntu

By.

min read

My profile

Share this:
convert source.jpg -gravity NorthWest -pointsize 132 -font Helvetica -fill "#cee3f8" -annotate +1+50 "My text here" target.png

Source https://shkspr.mobi/blog/2016/08/easy-ways-to-add-watermarks-to-images-and-videos-in-linux/

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *