PHP | ImagickDraw getStrokeAntialias() Function
The ImagickDraw::getStrokeAntialias() function is an inbuilt function in PHP which is used to get the current stroke antialias setting. Stroked outlines are antialiased (enabled) by default. Alias is just a noise or distortion in the stroke. Syntax: bool ImagickDraw::getStrokeAntialias( void ) Param