Manuel PHP Précédent Suivant imagecolordeallocate() désalloue une couleur précédemment allouée avec la fonction imagecolorallocate(). ?php $white = imagecolorallocate( $im, 255, 255, 255); imagecolordeallocate($im, $white);? Précédent Sommaire Suivant Niveau supérieur ImageColorExact