php 图片转成数据流发送

发送端php <?php //将图片变换成数据流的形式 $file = 'weibo_login.png'; $image = imagecreatefrompng($file); //保存alpha信息 imagealphablending($image, false); imagesavealpha($image, true); // start buffering // imagepng(
相关文章
相关标签/搜索