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
Release files for python-imagemanipulating 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_imagemanipulating-0.0.5.tar.gz | 3.1 kB | Details |
Release files / python_imagemanipulating-0.0.5.tar.gz
| Download URL | python_imagemanipulating-0.0.5.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
641710d0e11f0f04936620e2554455a568820ed41dd6cf505fcb5b33cc19bdf7
|
|
BLAKE2b-256 checksum How to use checksums |
c97591d13dd741a5bd77664c252af49c6c3f3bf00c7d0ebb54963f1b2936ce50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|