GD Funkcje
PHP Manual

imagepalettecopy

(PHP 4 >= 4.0.1, PHP 5)

imagepalettecopyCopy the palette from one image to another

Opis

void imagepalettecopy ( resource $destination , resource $source )

imagepalettecopy() copies the palette from the source image to the destination image.

Parametry

destination

The destination image resource

source

The source image resource

Zwracane wartości

żadna wartość nie jest zwracana.


GD Funkcje
PHP Manual