Web aym.pekori.to

imagecolordeallocate

(PHP 3 >= 3.0.6, PHP 4, PHP 5)

imagecolordeallocate --  イメージの色リソースを開放する

説明

bool imagecolordeallocate ( resource image, int color )

関数imagecolordeallocate()は、関数 imagecolorallocate()または imagecolorallocatealpha()で確保された色を開放します。

$white = imagecolorallocate($im, 255, 255, 255);
imagecolordeallocate($im, $white);

imagecolorallocate()imagecolorallocatealpha()も参照してください。