摘要:
$src = '4.jpg'; list($width,$height) = getimagesize($src); $im = imagecreatefromjpeg($src); $panl = imagecreatetruecolor(100, 100); imagecopyresampled 阅读全文
posted @ 2016-08-05 16:36
岁月无言成追忆
阅读(202)
评论(0)
推荐(0)
摘要:
$im = imagecreatetruecolor(100, 40); $white = imagecolorallocate($im,255, 255, 0); imagefill($im, 0, 0, $white); $color = imagecolorallocate($im, 0, 2 阅读全文
posted @ 2016-08-05 16:31
岁月无言成追忆
阅读(140)
评论(0)
推荐(0)

浙公网安备 33010602011771号