The Imagick class
PHP Manual

Imagick::addImage

(No version information available, might be only in CVS)

Imagick::addImageAdds new image to Imagick object image list

Opis

bool Imagick::addImage ( Imagick $source )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Adds new image to Imagick object from the current position of the source object. After the operation iterator position is moved at the end of the list.

Parametry

source

The source Imagick object

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.

Błędy/Wyjątki

Zgłasza wyjątek ImagickException w przypadku błędu.


The Imagick class
PHP Manual