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