PHP教程:imagefilledrectangle函数生成渐变图片_PHP技巧_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

PHP教程:imagefilledrectangle函数生成渐变图片

作者:黑客防线网安PHP教程基地 来源:黑客防线网安PHP教程基地 浏览次数:0

本篇关键词:图片生成函数教程
黑客防线网安网讯:  我是使用GD的imagefilledrectangle函数来实现的.不知是否有更好的解法    <?php    $im=imagecreate(255,255);    $bg=imagecolorallocate($im,0,0,0);    for($i=255;...
  我是使用GD的imagefilledrectangle函数来实现的.不知是否有更好的解法
  
  <?php
  
  $im=imagecreate(255,255);
  
  $bg=imagecolorallocate($im,0,0,0);
  
  for($i=255;$i>=0;$i--)
  
  {
  
  $color=imagecolorallocate($im,$i,$i,$i);
  
  imagefilledrectangle($im,0,$i,255,1,$color);
  
  }
  
  header("Content-type:image/png");
  
  imagepng($im);
  
  imagedestroy($im);
  
  ?>
  
  
    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-17593-1.html
网站维护教程更新时间:2012-09-21 05:21:54  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer