imagemagick
This commit is contained in:
parent
288fe39962
commit
5888c4ef70
1 changed files with 9 additions and 0 deletions
9
awesome-software/imagemagick/README.md
Normal file
9
awesome-software/imagemagick/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
### Remove background from image
|
||||
|
||||
Background color can be specified as hex or a name such
|
||||
as `white`. The `fuzz` parameter should be modified to
|
||||
fit desired output, 10% is usually a good bet.
|
||||
|
||||
```shell
|
||||
convert -transparent "#ffffff" -fuzz 10% imagen.png imagen-sin-fondo.png
|
||||
```
|
Loading…
Reference in a new issue