From 534a98b2aad643d3ae2e301b48d0150427b9a1af Mon Sep 17 00:00:00 2001 From: Menno Duursma Date: Wed, 12 May 2010 23:29:52 +0200 Subject: libraries/agg: Added to 12.2 repository --- libraries/agg/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libraries/agg/README (limited to 'libraries/agg/README') diff --git a/libraries/agg/README b/libraries/agg/README new file mode 100644 index 0000000000..0938e7ed03 --- /dev/null +++ b/libraries/agg/README @@ -0,0 +1,11 @@ +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) -- cgit v1.2.3