RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
图片转ASCII码php代码

p图片转ASCII码php代码:

创新互联专注于扶风网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供扶风营销型网站建设,扶风网站制作、扶风网页设计、扶风网站官网定制、成都微信小程序服务,打造扶风网络公司原创品牌,更为您提供扶风网站排名全网营销落地服务。

转换有利于存储,可以直接入库的方法.

 
  Ascii
  
 
 
   
  $p_w_picpath = 'p_w_picpath.jpg';
  // Supports http if allow_url_fopen is enabled
  $p_w_picpath = file_get_contents($p_w_picpath);
  $img = p_w_picpathcreatefromstring($p_w_picpath);
  $width = p_w_picpathsx($img);
  $height = p_w_picpathsy($img);
  for($h=0;$h<$height;$h++){
   for($w=0;$w<=$width;$w++){
    $rgb = p_w_picpathcolorat($img, $w, $h);
    $a = ($rgb >> 24) & 0xFF;
    $r = ($rgb >> 16) & 0xFF;
    $g = ($rgb >> 8) & 0xFF;
    $b = $rgb & 0xFF;
    $a = abs(($a / 127) - 1);
    if($w == $width){
     echo '
'
;
    }else{
      echo '.$r.','.$g.','.$b.','.$a.');">#';
    }
   }
  }
  ?>
 

代码来自CODEGO.NET


文章标题:图片转ASCII码php代码
网页链接:http://sczitong.cn/article/goceih.html