词条 | Anti-Grain Geometry |
释义 |
| developer = Maxim Shemanarev | latest release version = 2.5.0 | latest release date = {{release date and age|2006|10|01}} | programming language = C++ | operating system = Cross-platform | genre = Graphics library | license = GPL | website = {{URL|antigrain.com}} }} Anti-Grain Geometry (AGG) is a high-quality 2D rendering library written in C++. It features anti-aliasing and sub-pixel resolution. It is not a graphics library, per se, but rather a framework to build a graphics library upon. The library is operating system independent and renders to an abstract memory object. It comes with examples interfaced to the X Window System, Microsoft Windows, Mac OS X, AmigaOS, BeOS, SDL. The examples also include an SVG viewer. The design of AGG uses C++ templates only at a very high level, rather than extensively, to achieve the flexibility to plug custom classes into the rendering pipeline, without requiring a rigid class hierarchy, and allows the compiler to inline many of the method calls for high performance. For a library of its complexity, it is remarkably lightweight: it has no dependencies above the standard C++ libraries and it avoids the C++ STL in the implementation of the basic algorithms. The implicit interfaces are not well documented, however, and this can make the learning process quite cumbersome. While AGG version 2.5 is licensed under the GNU General Public License, version 2 or greater, AGG version 2.4 is still available under the 3-clause BSD license and is virtually the same as version 2.5. HistoryActive development of the AGG codebase stalled in 2006, around the time of the v2.5 release, due to shifting priorities of its primary developer Maxim Shemanarev. Shemanarev remained active in the community until his sudden death in November, 2013.[1] Development has continued on a fork of the more liberally licensed v2.4 on SourceForge.net.[2] Usage
References1. ^{{cite web|url=http://rsdn.ru/forum/life/5377743.flat |title=Максим Шеманарев aka McSeem2, 1966-2013 - О жизни - RSDN |date=4 March 2016 |publisher= |deadurl=bot: unknown |archiveurl=https://web.archive.org/web/20160304023601/http://rsdn.ru/forum/life/5377743.flat |archivedate=4 March 2016 |df= }} 2. ^{{cite web|url=http://sourceforge.net/projects/agg|title=Anti-Grain Geometry Library|publisher=}} 3. ^{{cite web| title = Matplotlib 1.1 documentation| url = http://matplotlib.sourceforge.net/users/installing.html| accessdate = 2011-04-08| archiveurl= https://web.archive.org/web/20110515162632/http://matplotlib.sourceforge.net/users/installing.html| archivedate= 15 May 2011 | deadurl= no}} 4. ^{{cite web| title = fpGUI Toolkit news| url = http://fpgui.sourceforge.net/| accessdate = 2013-05-14| archiveurl= https://web.archive.org/web/20120423125505/http://fpgui.sourceforge.net/| archivedate= 23 April 2012 | deadurl= no}} 5. ^{{cite web|title=Pdfium Source|url=https://pdfium.googlesource.com/pdfium/+/master/core/fxge/agg/fx_agg_driver.h|accessdate=23 Dec 2016}} 6. ^{{cite web|title=Graphics Mill Documentation|url=http://www.graphicsmill.com/docs/gm/copyright-notices.htm|accessdate=16 August 2015}} External links
3 : Anti-aliasing|Computer graphic artifacts|Graphics software |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。