背景图填充白色背景
$white = imagecolorallocate($dstim,255,255,255); imagefilledrectangle($dstim,0,0,$width,$height,$white); imagecolortransparent($dstim,$white);
设置图片走透明通道
$img = imagecreatefrompng($src);...
背景图填充白色背景
$white = imagecolorallocate($dstim,255,255,255); imagefilledrectangle($dstim,0,0,$width,$height,$white); imagecolortransparent($dstim,$white);
设置图片走透明通道
$img = imagecreatefrompng($src);...
html文档用word打开,图片提示"无法显示图像,计算机可能没有足够的内存...",然后就是一个IE下才有的很明显的404标识,红叉!
其实解决的方案很简单,我却还弄了好久,用IE将这个文档打开,另存为.mht文件,再用word或是excel打开.mht的文件,你看,图片不就出来了么~