imagecolormatch

(PHP 4 >= 4.3.0, PHP 5)

imagecolormatch --  Makes the colors of the palette version of an image more closely match the true color version

Description

bool imagecolormatch ( resource image1, resource image2)

Avvertimento

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

image1 must be Truecolor, image2 must be Palette, and both image1 and image2 must be the same size.

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Nota: Questa funzione è disponibile soltanto se il PHP ` compilato con la libreria GD allegata.

Nota: This function requires GD 2.0.1 or later.

See also imagecreatetruecolor().