8823 shaares
197 private links
197 private links
Same as remove.bg (removing a background of an image), but in the CLI:
pip install rembg
curl -s http://input.png | rembg > output.png # from an external source
rembg -o path/to/output.png path/to/input.png # from a file
rembg -p path/to/input path/to/output # convert an entire directory