Search Results

  1. De-allocate a color for an image imagecolordeallocate (PHP 4, PHP 5, PHP 7, PHP 8) imagecolordeallocate — De-allocate a color for an image

  2. Aug 23, 2019 · The imagecolordeallocate () function is an inbuilt function in PHP which is used to de-allocate a color created by imagecolorallocate () or imagecolorallocatealpha () function for an image.

  3. PHP 5 Manual GD and Image Functions De-allocate a color for an image Edit Report a Bug imagecolordeallocate (PHP 4, PHP 5, PHP 7)

  4. The imagecolordeallocate () function de-allocates a color previously allocated with imagecolorallocate () or imagecolorallocatealpha ().

  5. Returns a color identifier representing the color composed of the given RGB components. imagecolorallocate () must be called to create each color that is to be used in the image represented by image. Note: The first call to imagecolorallocate () fills the background color in palette-based images - images created using imagecreate ().

  6. Liste de paramètres ¶ image Un objet GdImage, retournée par une des fonctions de création d'images, comme imagecreatetruecolor (). color L'identifiant de la couleur.

  7. imagecolorallocate must be called to create each color that is to be used in the image represented by image.