# BatchWatermark **Repository Path**: biiigbao/BatchWatermark ## Basic Information - **Project Name**: BatchWatermark - **Description**: placing watermarks on all images in a directory - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BatchWatermark This script places watermarks on all images located in the folder images-dir, and saves the new images to the folder output-dir. Set the values for opacity, fontsize, font-type, watermark text inside the file watermark.py. Also set the directory path for where the new watermarked images should be saved. Run the code with the following: python watermark.py For more options run: python watermark.py -h