ImagickDraw::annotation
PHP function
Edit on GitHub ✎
(PECL imagick 2, PECL imagick 3)
Draws text on the image
Description
ImagickDraw::annotation(float $x, float $y, string $text): bool
Func
Draws text on the image.
Parameters
xThe x coordinate where text is drawn
yThe y coordinate where text is drawn
textThe text to draw on the image
Return Values
Void