$img = imagecreatetruecolor(300, 300); // create a 300*300 image $white = imagecolorallocate($img, 255, 255, 255); // allocate color $black ...
確定! 回上一頁