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'