$background = imagecreatetruecolor(709,709);
$whiteBackground = imagecolorallocate($background, 255, 255, 255);
imagecopyresampled($whiteBackground, $new_img,(709-$imageWidth)/2,(709-$imageHeight)/2, 0, 0, $imageWidth, $imageHeight, $width, $height);
ImageJpeg ($background,"$path/$newName.$file_ext", 85);
我試圖用GD創建一個圖像,用白色背景。但沒有運氣,任何想法做什麼我做錯了?我知道一個法師抽出來,如果我拿出whiteBackground位,所以它沒有任何錯誤的創建圖像代碼。圖片GD - 白色背景
感謝