Skip to content

shahriyardx/asyncimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asyncimg

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

Usage

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

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 to contribute

About

An Image manipulation library made on top of Pillow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages