Python package to put watermarks to videos or images
Project description
Introduction
WaterMarkerer is a Python package for putting watermarks on videos or images.
Installation
Install WaterMarkerer using pip:
pip install WaterMarkerer
Example Usage
Here’s an example of how to use WaterMarkerer:
from watermarkerer import WaterMarker
# Create a WaterMarker instance
wm = WaterMarker(obj='input.jpg', output='output_with_watermark.jpg', position='bottom_right')
# Put the watermark
wm.put()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file Watermarkerer-0.2-py3-none-any.whl
.
File metadata
- Download URL: Watermarkerer-0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce1c0f8dd829af0c42c32d9418368a2b54cb5bd1404f770c6dcf2d4d8f074711 |
|
MD5 | a860c5540f89f472826eb416ec872a20 |
|
BLAKE2b-256 | 93c4270232b5faf662a55e3c3bc8002348454a48ff23133aac7e51c90f6a6394 |