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
- Host: GitHub
- URL: https://github.com/enoobis/img-watermark
- Owner: enoobis
- Created: 2023-03-26T17:47:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T17:51:13.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:51:44.347Z (8 months ago)
- Language: Python
- Size: 35.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.