草庐IT

backgroundImg

全部标签

php - 可以使用 GD 和 PHP 为透明图像添加背景颜色

我有使用GD用php语言编写的缩略图创建类。我想知道当我上传png或gif透明图像时,我可以在该缩略图图像中放置背景吗?如果可能的话,请指导我怎么做。谢谢。 最佳答案 这是一个适用于PNG文件的解决方案:$filePath='';//fullpathtoyourpng,includingfilenameandextension$savePath='';//fullpathtosavedpng,includingfilenameandextension$colorRgb=array('red'=>255,'green'=>0,'blu