Imagick Image Library
PHP Manual

ImagickDraw::getStrokeAntialias

(No version information available, might be only in CVS)

ImagickDraw::getStrokeAntialias — Returns the current stroke antialias setting

Description

bool ImagickDraw::getStrokeAntialias ( void )
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.

Returns the current stroke antialias setting. Stroked outlines are antialiased by default. When antialiasing is disabled stroked pixels are thresholded to determine if the stroke color or underlying canvas color should be used.

Parameters

Return Values

Returns true if antialiasing is on and false if it is off.


Imagick Image Library
PHP Manual