Pario TechnoBlob
About
Posts
Tag: watermark
Watermark pictures using exiv2
Quick and dirty batch script to watermark and add IPTC data to a set of files in the supplied dir to -Copyright. #!/bin/bash # Copyright Andy Wright - www.litost.org 2006. #...
Watermark images with imagemagick ++
Script som legger til watermark tekst: #!/bin/bash width=
identify -format %w DSC06861.JPG
; \ convert -background '#0008' -fill white -gravity center -size ${width}x90 \...