ホームページ  >  に質問  >  本文

PHP画像処理は、画像処理関数を使用して画像を描画します。

$red = imagecolorallocate($img, 255, 0, 0);

$green = imagecolorallocate($img, 0, 255, 0);

$blue = imagecolorallocate( $img, 0, 0, 255);

色を割り当てるときに座標値が 3 つしかないのはなぜですか

王功文王功文2032日前996

全員に返信(0)返信します

応答なし
  • キャンセル返事