Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amber-abuah/discord-bot-image-manipulator
Discord bot capable of image manipulation using OpenCV and Python.
https://github.com/amber-abuah/discord-bot-image-manipulator
Last synced: 24 days ago
JSON representation
Discord bot capable of image manipulation using OpenCV and Python.
- Host: GitHub
- URL: https://github.com/amber-abuah/discord-bot-image-manipulator
- Owner: Amber-Abuah
- Created: 2023-07-26T17:52:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T20:39:58.000Z (over 1 year ago)
- Last Synced: 2023-07-26T21:43:54.528Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Bot Image Manipulator
A Discord bot created using Discord.py, Python and OpenCV. The bot can manipulate any image provided to it using the .image command, followed by parameters such as blur, grey, resize=50 (to rescale to 50% of the original image size) etc. [All current filters can be seen here.](#image-filters) Filters can be stacked on top of each other e.g _.image toonify grey_, will firstly toonify the image, then greyscale it.### Bot Commands
- .commands
![256350949-85699daf-981a-41a2-9432-6c58c5f66ed9 (1)](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/6ff5ef41-1661-4c5a-9224-48794e49cc7a)- .image toonify grey resize=50
![256351541-35f6d8f1-89d2-438b-9dec-a84598f31aa8](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/2cedcda5-e531-4e10-a255-10d3f24e97fc)### Image Filters
- Blur
![blur](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/922eacd0-f4d2-4488-a098-78052cfb8f49)- Greyscale
![grey](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/58f72ec4-0eea-45bc-8896-677d80904042)- Toonify
![toonify](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/33b1c09e-d445-4a89-8c49-c19fe430b622)- Oil Painting
![oil painting](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/5fd1e0c5-60af-4208-b3e6-2f8cf00cc446)- Invert
![invert](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/9f6daf8d-aabb-4a41-b73a-e269b119830f)- Noise
![noise](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/86b82c4e-7f4b-4350-9b11-5a5742c2cb9c)- Memeify
![memeify](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/69f023a0-8eab-4ac9-8569-42f0d071171a)- Pixelate
![pixelate](https://github.com/Amber-Abuah/Discord-Bot-Image-Manipulator/assets/107321078/45452fed-e893-4b7d-a3ac-e4acf16b5bc3)