(PHP 3 = 3.0.6, PHP 4 )
関数 ImageColorDeAllocate() は、関数 ImageColorAllocate() で確保された色を開放します。
$white = ImageColorAllocate($im, 255, 255, 255); ImageColorDeAllocate($im, $white);