mirror of
https://gitlab.com/tavo-wasd/blog.git
synced 2025-06-07 06:43:28 -06:00
agregar a los snippets
This commit is contained in:
parent
ebe8f9fe6d
commit
674093e55f
1 changed files with 6 additions and 0 deletions
|
@ -8,3 +8,9 @@ date: 2023-11-13
|
|||
```shell
|
||||
convert -transparent white -fuzz 10% image.jpg image-transparent.png
|
||||
```
|
||||
|
||||
Cambiar el color `#076678` de una imagen y reemplazarlo por `#121212`
|
||||
|
||||
```shell
|
||||
convert image.jpg -fuzz 15% -fill "#121212" -opaque "#076678" image-swapped.jpg
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue