PHP 8.4.26 Released!

Imagick::labelImage

(PECL imagick 2, PECL imagick 3)

Imagick::labelImage — Adds a label to an image

Description

public function Imagick::labelImage(string $label): bool

Adds a label to an image.

Parameters

label

The label to add

Return Values

Returns true on success.

+add a note

User Contributed Notes

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