1.ImageMagic替换颜色,保留alpha通道
convert src.png -fill "#ff0000" -colorize 100% dst.png
参考:
https://www.codenong.com/54877947/
https://www.codenong.com/15121220/
2.PNG转化为ICO
convert -resize x128 test.png -background transparent test.ico
1.ImageMagic替换颜色,保留alpha通道
convert src.png -fill "#ff0000" -colorize 100% dst.png
参考:
https://www.codenong.com/54877947/
https://www.codenong.com/15121220/
2.PNG转化为ICO
convert -resize x128 test.png -background transparent test.ico