Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis authored Dec 14, 2022
1 parent d62227d commit 3b86d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,20 @@ rembg i path/to/input.png path/to/output.png
Remove the background specifying a model

```
rembg -m u2netp i path/to/input.png path/to/output.png
rembg i -m u2netp path/to/input.png path/to/output.png
```

Remove the background returning only the mask

```
rembg -om i path/to/input.png path/to/output.png
rembg i -om path/to/input.png path/to/output.png
```


Remove the background applying an alpha matting

```
rembg -a i path/to/input.png path/to/output.png
rembg i -a path/to/input.png path/to/output.png
```

### rembg `p`
Expand Down

0 comments on commit 3b86d9b

Please sign in to comment.