Hello there,
I used to be picturing Airsoft sport and since I am in a Airsoft workforce I needed so as to add some free advert of our tiny candy workforce.
I used to be shopping for completely free web site software so as to add some watermarks on these photos. However none of them have been really free. A few of them enable solely 10 per job and whereas I’ve received 650+ photos it is form ineffective. Or a few of them can do each image by as soon as, however on the top the requested me for cash to obtain it.
So, I texted to my pricey good friend @meldiron and he discovered an answer to my little downside known as ImageMagick.
By homeowners of CLI
“ImageMagick is free software program delivered as a ready-to-run binary distribution or as supply code that you could be use, copy, modify, and distribute in each open and proprietary functions. It’s distributed beneath a derived Apache 2.0 license.”
Last resolution
I’ve downloaded ImageMagick CLI and simply kind command to loop all sub recordsdata in folder and add watermark by command
for /f %a IN ('dir /b /s "C:Customers<person>Desktopfoto*.jpg"') do magick composite -gravity SouthWest F:GraphicsTHOflag_www.png %a %a
I hope this would possibly assist some nerds right here.
Love,
NiX3r