PHP Manual: Imagick::annotateImage
Imagick::annotateImage
(no version information, might be only in CVS)
Imagick::annotateImage -- Annotates an image with textDescription
bool Imagick::annotateImage ( ImagickDraw draw_settings, float x, float y, float angle, string text )| Warning |
This function is currently not documented; only the argument list is available. |
| Warning |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. |
Annotates an image with text.
Parameters
draw_settingsThe ImagickDraw object that contains settings for drawing the text
xHorizontal offset in pixels to the left of text
yVertical offset in pixels to the baseline of text
angleThe angle at which to write the text
textThe string to draw