Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YuXHe15 authored Oct 8, 2023
1 parent 10737a0 commit fe508dc
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ First change the file permission of the executable:
```bash
chmod +x rmbg
```
For images in a folder:
```
./rmbg -i path/to/folder
```
Images are stored in the folder "output_figs"
For one single image:
```bash
./rmbg -i path/to/the/image
```
The image will be output to the same dir.
* For images in a folder:
```
./rmbg -i path/to/folder
```
Images are stored in the folder "output_figs"

* For one single image:
```bash
./rmbg -i path/to/the/image
```
The image will be output to the same dir.

# Note
The module samples color from a 5x5 block on the upper left corner as the background color. To change the tolerance of the color sampleing (default 40), try
Expand Down

0 comments on commit fe508dc

Please sign in to comment.