mirror of
https://gitlab.com/tavo-wasd/blog.git
synced 2025-06-06 14:23:30 -06:00
new snippet
This commit is contained in:
parent
31fd5d9799
commit
149445500e
1 changed files with 10 additions and 0 deletions
10
content/snippets/magick-rmbg.md
Normal file
10
content/snippets/magick-rmbg.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Quitar fondo de una imagen con image-magick
|
||||
date: 2023-11-13
|
||||
---
|
||||
|
||||
`white` podría ser también un hex code.
|
||||
|
||||
```shell
|
||||
convert -transparent white -fuzz 10% image.jpg image-transparent.png
|
||||
```
|
Loading…
Reference in a new issue