ming_setcubicthreshold
(PHP 4 >= 4.0.5, PHP 5, PHP 7, PECL ming SVN)
ming_setcubicthreshold — Set cubic threshold
Описание
void ming_setcubicthreshold
( int
$threshold
)Sets the threshold error for drawing cubic beziers.
Список параметров
-
threshold
-
The Threshold. Lower is more accurate, hence larger file size.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Коментарии
Reading that document on Macromedia's site gives me light.
http://www.macromedia.com/support/flash/ts/documents/beziers.htm
It says, swf format only supports quadratic beziers, what less accurate than cubic beziers, but easy to render fast. I think, in swf file's beziers are quadratic interpolation of better looking quadratic beziers. Threshold value drives this accuracy (more control nodes, bigger files)