remove black background to transparent imagemagick terminal code example
Example: imagemagick delete transparent terminal
find . -name "*.png" -exec convert "{}" -alpha off "{}" \;
find . -name "*.png" -exec convert "{}" -alpha off "{}" \;