Forum und email

Imagick::newPseudoImage

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

Imagick::newPseudoImage — Creates a new image

Description

bool Imagick::newPseudoImage ( int $columns , int $rows , string $pseudoString )
Warning

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

Warning

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

Creates a new image using ImageMagick pseudo-formats.

Parameters

columns

columns in the new image

rows

rows in the new image

pseudoString

string containing pseudo image defition.

Return Values

Returns TRUE on success.