The bot currently only has one image-modification implemented, and could arguably use more.
The host machine has ImageMagick and its python binding installed on (see https://imagemagick.org/Magick++/Documentation.html, functionnaly identical to the python one)
Therefore, most commands not using assets from the old Soft& wet discord bot could be implemented without much more modification than the translation from javascript (see https://github.com/Soft-Wet-Bot)
Alternatively , we could fully use skimage (or any of pythons libraries) potential, which could allow for much more intricate image modifications, perhaps even image processing ones (like border detection , feature extraction for image recognition, etc ...)
The bot currently only has one image-modification implemented, and could arguably use more.
The host machine has ImageMagick and its python binding installed on (see https://imagemagick.org/Magick++/Documentation.html, functionnaly identical to the python one)
Therefore, most commands not using assets from the old Soft& wet discord bot could be implemented without much more modification than the translation from javascript (see https://github.com/Soft-Wet-Bot)
Alternatively , we could fully use skimage (or any of pythons libraries) potential, which could allow for much more intricate image modifications, perhaps even image processing ones (like border detection , feature extraction for image recognition, etc ...)