高校后勤网站建设要求,vs网站搜索栏怎么做,360免费wifi下载,博山信息港能将白底红字的印章抠出来#xff0c;用的是php#xff0c;框架是laravel#xff0c;其他框架请自行调节。扣其他颜色也可以#xff0c;把里面的那段rgb参数判断改改就行了#xff0c;最后抠出来的效果就是白底变透明#xff0c;然后只留下红色的章#xff0c;放在其他页…能将白底红字的印章抠出来用的是php框架是laravel其他框架请自行调节。扣其他颜色也可以把里面的那段rgb参数判断改改就行了最后抠出来的效果就是白底变透明然后只留下红色的章放在其他页面上就能形成盖章的效果了。代码自己写的可能有bug但是做做测试还是ok的用到工作上的话请自行测试和优化。(在我自己测试对比下能做到和PS差不多的抠图效果)function getStamp(){ $path storage_path(2018052411173848180.png); $image file_get_contents($path); $info getimagesize($path); $im imagecreatefromstring($image); $width $info[0]; $height $info[1]; for($i0;$i 16) 0xFF; $g ($rgb 8) 0xFF; $b $rgb 0xFF; echo $r...$g...$b...$rgb.x.$j., y.$i.; if(intval($r)220 $g 220 $b220){ $hex imagecolorallocate($im, 255, 255, 255); imagesetpixel($im,$j, $i, $hex); } } } $white imagecolorallocate($im , 255 , 255 , 255);//拾取白色 imagefill($im , 0 , 0 , $white);//把画布染成白色 imagecolortransparent($im , $white ) ;//把图片中白色设置为透明色 imagepng($im , storage_path(test2.png));//生成图片 return false;}以上就是本文的全部内容希望对大家的学习有所帮助也希望大家多多支持网页设计。