Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add !upload_image WIP #71

Closed
wants to merge 44 commits into from

Conversation

rockerBOO
Copy link
Contributor

@rockerBOO rockerBOO commented Dec 24, 2022

!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
  • rembg in your path
  • imagemagick (convert)
curl -s {} | rembg i > output.png
convert output.png -resize 256x256^ {}

@davidbegin davidbegin force-pushed the begin/create-default-3d-transform-filters branch 6 times, most recently from 216f322 to 061f8ca Compare December 24, 2022 06:54
@davidbegin davidbegin changed the base branch from begin/create-default-3d-transform-filters to begin/refactor-our-trash December 25, 2022 20:32
@davidbegin davidbegin changed the base branch from begin/refactor-our-trash to master December 25, 2022 20:33
@rockerBOO
Copy link
Contributor Author

This is not going as planned.

@rockerBOO rockerBOO closed this Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants