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
discord-bot discord-py opencv-python python
Last synced: 4 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T20:39:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T22:27:59.608Z (5 months ago)
- Topics: discord-bot, discord-py, opencv-python, python
- 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
- .image toonify grey resize=50
### Image Filters
- Blur
- Greyscale
- Toonify
- Oil Painting
- Invert
- Noise
- Memeify
- Pixelate
