Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 443 Bytes

watermark

Simple python program to add watermark on photos

Requirements: pip install pillow

Usage:

program takes three arguments: folder of the images path of the logo (.png or .jpeg) position of the logo (centro, direitabaixo, esquerdabaixo, topoesquerda, topodireita

if no position is specified the logo will be placed at the center of the image

the program will replace the old photos.

python marcadagua.py './imagens' 'logo.png'