Replace transparency in PNG images with white background

后端 未结 16 722
再見小時候
再見小時候 2020-11-29 14:48

I\'ve got some PNG images with transparency, and I need to create versions with the image layer composed onto a white background. I\'ve tried various things with Image Magi

16条回答
  •  借酒劲吻你
    2020-11-29 15:39

    here's how to replace the same image in all folders in a directory with white instead of transparent:

    mogrify -background white -flatten */*.png

提交回复
热议问题