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

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

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

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

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

相关文章: