修改/ThinkPHP/Library/Think/Image/Driver/Gd.class.php文件,加入如下代码:

}elseif('png' == $type){
    imagesavealpha($this->img, true);
例:

thinkPHP3.2上传透明背景,png图片出现白底解决办法

修改前thinkPHP3.2上传透明背景,png图片出现白底解决办法

修改后thinkPHP3.2上传透明背景,png图片出现白底解决办法

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-12-30
  • 2021-07-23
  • 2021-12-27
  • 2021-07-22
猜你喜欢
  • 2022-03-10
  • 2021-11-13
  • 2022-02-26
  • 2021-11-20
  • 2022-02-24
相关资源
相似解决方案