new snippet

This commit is contained in:
tavo-wasd 2023-11-13 21:23:57 -06:00
parent 31fd5d9799
commit 149445500e

View 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
```