ImagickDraw
PHP Manual

ImagickDraw::setStrokeAntialias

(PECL imagick 2.0.0)

ImagickDraw::setStrokeAntialiasControls whether stroked outlines are antialiased

Descrição

bool ImagickDraw::setStrokeAntialias ( bool $stroke_antialias )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Controls whether stroked outlines are antialiased. 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.

Parâmetros

stroke_antialias

the antialias setting

Valor Retornado

Não há valor retornado.


ImagickDraw
PHP Manual