Image
PHP Manual

imagepalettecopy

(PHP 4 >= 4.0.1, PHP 5)

imagepalettecopy — Copy the palette from one image to another

Опи�ание

void imagepalettecopy ( resource $destination , resource $source )

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

Спи�ок параметров

destination

The destination image resource

source

The source image resource

Возвращаемые значени�

Эта функци� не возвращает значени� по�ле выполнени�.


Image
PHP Manual