An open API service indexing awesome lists of open source software.

https://github.com/enoobis/img-watermark

simple image watermarking program
https://github.com/enoobis/img-watermark

Last synced: 6 months ago
JSON representation

simple image watermarking program

Awesome Lists containing this project

README

          

# img-watermark

This Python script uses the Pillow library to add a watermark to JPG and PNG images. The watermark text can be customized and the script supports batch processing of multiple images.

![image](https://user-images.githubusercontent.com/62465404/227794360-36112aed-1a5e-4cf9-85d2-3c7c47b0e898.png)

## Usage

1. Install the Pillow library by running `pip install Pillow` in your terminal.
2. Clone this repository to your local machine using `git clone `.
3. Put your JPG and/or PNG images that you want to watermark in the `input/` directory.
4. Open the `watermark_images.py` file and modify the `enoobis` variable to customize your watermark text.
5. Run the script by executing `python main.py` in your terminal.
6. The watermarked images will be saved in the `output/` directory.