Replace transparency in PNG images with white background

后端 未结 16 718
再見小時候
再見小時候 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:52

    The only one that worked for me was a mix of all the answers:

    convert in.png -background white -alpha remove -flatten -alpha off out.png
    

提交回复
热议问题