Copyright © 2024 Farlex, Inc.
| Privacy policy
| Feedback | Dictionary Home
Disclaimer: All content on this website is for informational purposes only. It was submitted by the users and has not been checked for accuracy. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.
AggPas
Definition
AggPas is Open Source and free of charge 2D vector graphics library.It is an Object Pascal native port of the Anti-Grain Geometry library - AGG,
originally written by Maxim Shemanarev in C++. AggPas doesn't depend on any
graphic API or technology. Basically, you can think of AggPas as of a rendering
engine that produces pixel images in memory from some vectorial data.
With AggPas you can perform many vector graphics tasks like drawing all
geometric primitives, bsplines, bezier curves, gradients, affine transformations,
gamma correction, gouraud shadings, perspective transformation, font rendering,
polygon clipping, svg rendering and many more in antialiased quality with
subpixel rendering precision.
Link to this page: