Easily manipulate images with python_imagemanipulating
Project description
Python ImageManipulating
Python ImageManipulating is a Python library to ease dealing with images and manipulating them. It was originally meant for discord.py developers, however I do not advise to use this library, as it is not async, and your bot will freeze if you have many requests. I recommend however, using this library in an API, and then from your bot code, send requests to the API.
Installation
Use the package manager pip to install discord.py-images.
pip install python-imagemanipulating
Usage
from python_imagemanipulating import Effects
url = 'enter your url here'
flipped_image_bytes = Effects().flip(url)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
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 Distribution
File details
Details for the file python_imagemanipulating-0.0.5.tar.gz
.
File metadata
- Download URL: python_imagemanipulating-0.0.5.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 641710d0e11f0f04936620e2554455a568820ed41dd6cf505fcb5b33cc19bdf7 |
|
MD5 | 4a545b5e558bd747836ac9d0f3be01fc |
|
BLAKE2b-256 | c97591d13dd741a5bd77664c252af49c6c3f3bf00c7d0ebb54963f1b2936ce50 |