PHP Dokumentation: Function imagickdraw-setstrokeantialias
12. Januar 2010 von werner
ImagickDraw::setStrokeAntialias
(PECL imagick 2.0.0)
ImagickDraw::setStrokeAntialias — Controls whether stroked outlines are antialiased
Beschreibung
bool ImagickDraw::setStrokeAntialias ( bool $stroke_antialias )
Warnung
Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfügung.
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.
Parameter-Liste
- stroke_antialias
the antialias setting
Rückgabewerte
Es wird kein Wert zurückgegeben.