Imagick::annotateImage
(no version information, might be only in CVS)
Imagick::annotateImage -- Annotates an image with text
Description
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_settings
The ImagickDraw object that contains settings for drawing the text
x
Horizontal offset in pixels to the left of text
y
Vertical offset in pixels to the baseline of text
angle
The angle at which to write the text
text
The string to draw
Return Values
Returns TRUE on success.