$ cd <파일 경로>
$ brew install imagemagick
$ for i in `ls *.png`; do convert $i -background black -alpha remove -alpha off $i; done

 

복사했습니다!