Rumah >pembangunan bahagian belakang >tutorial php >ImageCopyResampled 扭结了狠久,求高手援助
ImageCopyResampled 纠结了狠久,求高手援助。
测试代码:
$createImg = ImageCreateFromjpeg('x.jpg'); //图片大小为200*150<br /> $newimg = imagecreatetruecolor(200,150);<br /> ImageCopyResampled($newimg,$createImg,0,0, $start_w=0, $start_h=0, $width=200,$height=150, $end_w=200,$end_h=150); <br /> imagejpeg($newimg);
$newimg = imagecreatetruecolor(100,50); <br />ImageCopyResampled($newimg,$createImg,0,0, $start_w=0, $start_h=24.5, $width=100,$height=75, $end_w=200,$end_h=150)<br />