Using ImageMagick to Add Watermark

When drafting my travel notes, I needs to modify lots of photos I took during the trip. Thus I started to dig again with ImageMagick . Lucky, I found this blog from Amy Tabb that achieves exactly what I am proposing to do. Here is a example code snippet of adding watermark to an image via imagemagick. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 # step 0 - get all available font list convert -list font > fonts....

December 18, 2022 · 2 min · 215 words · Eric