批量将png图像将白色背景变成透明
Hujiuxiang
・1 分钟阅读
批量将png图像将白色背景变成透明
mogrify -transparent white image*.png
mogrify可以像convert一样使用,不同之处在于,mogrify覆盖文件: 当然,也可以替代其他颜色。