Imagick::labelImage
PHP Manual
PHP Manual»Imagick»Imagick::labelImage

Imagick::labelImage

(PECL imagick 2, PECL imagick 3)

Imagick::labelImageAdds a label to an image

Beschreibung

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

Adds a label to an image.

Parameter-Liste

label

The label to add

Rückgabewerte

Liefert true bei Erfolg.

To Top