Replace transparency in PNG images with white background

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

    It appears that your command is correct so the problem might be due to missing support for PNG (). You can check with convert -list configure or just try the following:

    sudo yum install libpng libpng-devel
    

提交回复
热议问题