https://github.com/ivanovx/py-watermark
Python script to add watermark to image using PIL
https://github.com/ivanovx/py-watermark
pil python python-library python-script python2 python27 watermark
Last synced: 5 months ago
JSON representation
Python script to add watermark to image using PIL
- Host: GitHub
- URL: https://github.com/ivanovx/py-watermark
- Owner: ivanovx
- Created: 2016-05-03T14:36:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T17:57:03.000Z (over 9 years ago)
- Last Synced: 2025-05-12T13:08:18.660Z (5 months ago)
- Topics: pil, python, python-library, python-script, python2, python27, watermark
- Language: Python
- Homepage:
- Size: 195 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watermark
Python script to add watermark to image using PIL## Requirements
* Python 2.7
* Python Imaging Library (PIL)## How to use?
```
python watermark.py -i path/to/image -w path/to/watermark
```