Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahriyardx/asyncimg
An Image manipulation library made on top of Pillow
https://github.com/shahriyardx/asyncimg
Last synced: 9 days ago
JSON representation
An Image manipulation library made on top of Pillow
- Host: GitHub
- URL: https://github.com/shahriyardx/asyncimg
- Owner: shahriyardx
- License: mit
- Created: 2021-04-27T15:38:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T05:28:43.000Z (almost 3 years ago)
- Last Synced: 2024-09-17T23:47:20.122Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 1.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### asyncimg
An async image manipulation lib. Can be used for discord.### Usage
```py
from asyncimg import Generatorgenerator = Generator()
image = await generator.lovers(profile_pic_link1, profile_pic_link2)# In discord command
file = discord.File(fp=image, filename='image.png')
await ctx.send(file=file)
```### Available methods
```py
lovers(profile_pic_link1, profile_pic_link2)
stars(profile_pic_link)
colors(profile_pic_link)
frame(profile_pic_link)
envelop(profile_pic_link)
knockout(profile_pic_link1, profile_pic_link2)
fart(profile_pic_link)
```
> More coming soon#### Any help need or better suggesions? [Join here](https://discord.gg/7SaE8v2) to contribute