php 图片处理 imagecopyresampled函数
摘要:
今天做php缩微图程序,用到了imagecopyresampled函数,在网上找了很多说明也没搞懂后面的参数到底是什么意思,试了很多遍终于明白。view sourceprint?01bool imagecopyresampled ( resource$dst_image, resource$src_image, int$dst_x, int$dst_y, int$src_x, int$src_y, int$dst_w, int$dst_h, int$src_w, int$src_h)0203$dst_image:新建的图片0405$src_image:需要载入的图片0607$dst_x:设定需 阅读全文
posted @ 2013-07-15 15:04 ligs 阅读(223) 评论(0) 推荐(0)
浙公网安备 33010602011771号