Forum und email

Imagick::addImage

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

Imagick::addImage — Adds new image to Imagick object image list

Description

bool Imagick::addImage ( Imagick $source )
Warning

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Warning

Cette fonction est EXPERIMENTALE. Cela signifie que le comportement de cette fonction, son nom et, concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS ! Soyez-en conscient, et utilisez cette fonction à vos risques et périls.

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.

Liste de paramètres

source

The source Imagick object

Valeurs de retour

Returns TRUE on success.