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

תיעוד לפונקציה זו אינו קיים. רק רשימת הארגומנטים זמינה ברגע זה.

Warning

הפונקציה זאת היא ניסיונית. ההתנהגות של הפונצקיה, שם הפונקציה וכל הדברים אשר מתועדים כאן עשויים להשתנות ללא התרעה בהפצות עתידיות של PHP. השתמש בתוספת זאת על אחריותך בלבד.

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.

Parameters

source

The source Imagick object

Return Values

Returns TRUE on success.