Inspiration
We were inspired by another bot, Dank Memer Bot. This bot can alter image color similar to ours but does not give the user as much control.
What it does
This bot takes an image attached to a command and alters the colors to the user's specifications to create artistic new images.
How we built it
We built this bot in Python, mainly using the Discordpy API. We also made use of numpy and PIL to collect pixel data and alter the data using arrays.
Challenges we ran into
The major challenge we ran into was sending the image back to the user via Discord since the image was unnecessarily large, even after compression. We solved this by displaying the image on the host computer rather than sending the image to the server.
What we learned
We learned more about arrays and image manipulation while working on this project.
What's next for Image Alter Bot
We hope to implement another command to create pixel art and find a way for the bot to be more accessible.
Log in or sign up for Devpost to join the conversation.