PHP 7.0.6 Released

Imagick::labelImage

(PECL imagick 2.0.0)

Imagick::labelImageAdds a label to an image

Description

bool Imagick::labelImage ( string $label )

Adds a label to an image.

Parameters

label

The label to add

Return Values

Returns TRUE on success.

User Contributed Notes

There are no user contributed notes for this page.
To Top