Skip to main content

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

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asyncimg-1.0.1.tar.gz (2.0 MB view hashes)

Uploaded Source

Built Distribution

asyncimg-1.0.1-py3-none-any.whl (2.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page