M
M
mUchenik2018-12-29 08:45:03
Watermark
mUchenik, 2018-12-29 08:45:03

How to put a watermark on a photo in bulk?

All the best and Happy New Year to you!
Dear experts, tell me a program for applying a watermark to images, but since there are a lot of images, it is necessary that the program processes them in bulk and preferably with the preservation of all folders and subfolders and, what is important, that it does not compress images i.e. left the original quality.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
stratosmi, 2018-12-29
@stratosmi

OS, technology, level of knowledge, command line - no, it doesn't matter?
Well then take
https://mnorin.com/imagemagick-watermark.html

#!/bin/bash
for i in `ls *.jpg`
do
    echo $i
    composite -resize 800 -watermark 10.0 watermark.png $i wm-$i
done

M
Mikhail Proskurin, 2018-12-29
@mixail_fet

I would open Photoshop, write down the script: Open -> put the image -> send to the lower left corner -> Save as
Then I would click File -> batch processing, and so I would choose the created script, and processed at least 10,000 images.
You can learn more about how to work with scripts from Google

5
5alera, 2019-05-15
@5alera

FastStone Image Viewer has mass photo operations, including watermark overlay

M
makboriska, 2021-12-07
@makboriska

https://ufahameleon.ru/soft.aspx?id=3

R
rzhmor, 2021-12-08
@rzhmor

Through GIMP you can.
This article will help you: https://ez-catalog.ru/nalojenie-vodyanogo-znaka-v-... .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question