Last updated:
0 purchases
asyncimg 1.0.1
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.Change Log
0.0.1 (3/8/2020)
Release (Buggy)
1.0.0 (3/8/2020)
Working release
1.0.1 (3/8/2020)
Attempt to fix frame (Images do not match)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.