Skip to content

kumbasar/copyrightwatermark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copyrightwatermark

Add a copyright watermark to photos. See referance

Setup

Install dependencies

pip3 install -r requirements.txt

Usage

See help:

./ApplyCopyrightWatermark.py --help
usage: ApplyCopyrightWatermark.py [-h] [-w WATERMARK] [-s] [-o OUTPUT] [-i INPUT]

optional arguments:
  -h, --help            show this help message and exit
  -w WATERMARK, --watermark WATERMARK
                        Set copyright text (default: © Volkan Kumbasar)
  -s, --show            Show watermarked image (default: False)
  -o OUTPUT, --output OUTPUT
                        Output directory (default: output)
  -i INPUT, --input INPUT
                        Input directory (default: input)

Example

./ApplyCopyrightWatermark.py --watermark '© Volkan Kumbasar, 2020' --show --output 'out'

Checkout the ./out folder.

Before

Before

After

After