watermark with many images
Posted: 2015-10-30T16:04:42-07:00
hello every one
i have this code for watermark its work perfectly:
but its work only with 1 photo
i want to add watermark at all images who are in the same folder
all photos are: (*.png)
help me please.....
thanks in advance.
i have this code for watermark its work perfectly:
Code: Select all
convert image.png -gravity Center logo.png -compose Multiply -composite -gravity NorthWest logo.png -compose Multiply -composite Output.jpg
i want to add watermark at all images who are in the same folder
all photos are: (*.png)
help me please.....
thanks in advance.