= 128)
$alphax = 127;
$alpha = imagecolorallocatealpha($imgsrc, 255, 255, 255, $alphax);
imagefilledrectangle($imgsrc, ($i+$x1), $y1, ($i+$x1+1), $y2, $alpha);
}
header('content-type: image/jpeg');
imagejpeg($imgsrc);
imagedestroy($imgsrc);
?>
以上就介绍了ppt图片透明度 php 图片上添加透明度渐变的效果,包括了ppt图片透明度方面的内容,希望对php教程有兴趣的朋友有所帮助。
