PHP生成缩略图时遇到的问题(GIF背景透明不见了,变黑色了)

2017-03-05 11:47:56

PHP生成缩略图时遇到的问题(GIF背景透明不见了,变黑色了)
解决方案:
以下是参考网上,其实只要把背景色改掉就可以了,也就是
$im   =   ImageCreateFromGIF($srcFile);  
 $bgcolor=ImageColorAllocate($image,0,0,0);  
 $bgcolor   =   ImageColorTransparent($image,$bgcolor) ;
 

发表评论:

Powered by PHP 学习者(mail:517730729@qq.com)

原百度博客:http://hi.baidu.com/ssfnadn

备案号:闽ICP备17000564号-1

开源中国 PHPCHINA