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

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

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
```