tjdevries / subd

subd - a place to reward your subscribers from any platform
50 stars 7 forks source link

Add `!upload_image` WIP #71

Closed rockerBOO closed 1 year ago

rockerBOO commented 1 year ago

!upload_image URL will download the image, remove the background, and resize into a 256x256 image size (by the largest dimension, and keeping the aspect ratio).

Needs

curl -s {} | rembg i > output.png
convert output.png -resize 256x256^ {}
rockerBOO commented 1 year ago

This is not going as planned.