ImageMagick convertir les images non transparentes en noir
convert <img> -alpha extract -threshold 0 -negate -transparent white <out>
Graceful Gnu
convert <img> -alpha extract -threshold 0 -negate -transparent white <out>
convert in.png -background white -alpha remove -alpha off out.png