Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

### asyncimg
An async image manipulation lib. Can be used for discord.

### Usage
```py
from asyncimg import Generator

generator = 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