Ответ: Векторное разрешение
Mouse_L сказал(а):
хех
типа отомстил
Много на себя берете: типа повторил. Вы, как я понял, сами за свои слова не отвечаете.
Расскажу без глупых книжек как обстоят дела.
Вот док по 2-му постскрипту:
http://atrey.karlin.mff.cuni.cz/~milanek/PostScript/Reference/PSL2s.html
setflat num setflat
- sets the flatness parameter in the graphics state to num, which must be a positive number. This controls the accuracy with which curved path segments are to be rendered on the raster output device by operators such as stroke, fill, and clip. Those operators render curves by approximating them with a series of straight line segments.
"Flatness" is an informal term for the error tolerance of this approximation; it is the maximum distance of any point of the approximation from the corresponding point on the true curve, measured in output device pixels.
If the flatness parameter is large enough to cause visible straight line segments to appear, the result is unpredictable. The purpose of setflat is to control the accuracy of curve rendering, not to draw inscribed polygons.
The choice of flatness value is a trade-off between accuracy and execution efficiency. Very small values (less than 1 device pixel) produce very accurate curves at high cost, because enormous numbers of tiny line segments must be produced. Larger values produce cruder approximations with substantially less computation. A default value of the flatness parameter is established by the device setup routine for each raster output device. This value is based on characteristics of that device and is the one suitable for most applications.
The acceptable range of values for num is 0.2 to 100. Values outside this range are forced into range without error indication. setflat sets a graphics state parameter whose effect is device dependent. It should not be used in a page description that is intended to be device independent.
Конец цитаты.
Вот и все. Что касается того как Адоба реализовала установки флатнеса - это ее частное дело. Но оттого что Адоба так придумала вводить дискретность аппроксимации криволинейных сегментов путей, нельзя написать
Отношение разрешения устройства вывода к разрешению печати контуров называется гладкостью (flatness) Даже в справке Иллюстратора нет ничего похожего на этот бред.
Для тех кто не читает по-английски: переведите подстрочником, на альтависте появилась возможность переводить с английского на русский.
Вкратце: Flatness - дискретность апроксимации измеряемая в пикселах устройства вывода. Чем меньше дискретность тем выше гладкость, плавность, сглаженность кривой, чем больше дискретность тем кривая получается более линейной, а при больших значениях может и вовсе превратиться в прямую.
Кстати, в Кореле, флатнесс задается просто как в танке - числом. Причем есть встроенная возможность обработать каждый объект индивидуально отрегулировав флатнесс его кривых.