Forum und email

Imagick::borderImage

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

Imagick::borderImage — Surrounds the image with a border

Description

bool Imagick::borderImage ( ImagickPixel $bordercolor , int $width , int $height )
Warning

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

Warning

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

Surrounds the image with a border of the color defined by the bordercolor ImagickPixel object.

Parameters

bordercolor

ImagickPixel object containing the border color

width

Border width

height

Border height

Return Values

Returns TRUE on success.