🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

python-imagemanipulating

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-imagemanipulating

Easily manipulate images with python_imagemanipulating

0.0.5
PyPI
Maintainers
1

Build Status Lines of code GitHub code size in bytes PyPI - Python Version PyPI

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

MIT

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts