slackbuilds_ponce/libraries/agg
dsomero 687c78d560 various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:34:22 -05:00
..
agg.info Several: Change my email to @SBo in all maintained scripts 2012-09-02 10:10:20 +02:00
agg.SlackBuild various: Fix SlackBuild formatting and comment nit picks. 2013-11-22 02:34:22 -05:00
no_rpath.patch Revert "libraries/agg: Removed (build failure)" 2010-05-26 23:56:57 -05:00
README Revert "libraries/agg: Removed (build failure)" 2010-05-26 23:56:57 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic
library, written in industrially standard C++. The terms and conditions
of use AGG are described on The License page. AGG doesn't depend on any
graphic API or technology. Basically, you can think of AGG as of a
rendering engine that produces pixel images in memory from some vectorial
data. But of course, AGG can do much more than that. The ideas and the
philosophy of AGG are:
* Anti-Aliasing    * Subpixel Accuracy    * The highest possible quality
* High performance    * Platform independence and compatibility
* Flexibility and extensibility    * Lightweight design
* Reliability and stability (including numerical stability)