搜索资源列表
agg-2.4
- The Anti-Grain Geometry Project A high quality rendering engine for C++ http://antigrain.com-The Anti-Grain Geometry Project A high qua - lity rendering engine for C http : / / antigrain.com
agg23
- agg图形引擎。显示效果直逼PHOTOSHOP。并同样具有广泛的功能,并且也能设置像素长宽比等较难问题。含多种例子。
mapnik-0.4.0.tar
- 一个好用的开源GIS软件代码,使用了agg、boost等著名的开源代码库。
AggPlus_Flat
- 著名的AGG反走样绘图软件包的一个C++封装,调用方便
aggtest
- agg是2D图形库,可以用来开发图形系统
agg-2.5.rar
- 2D图像渲染,比如反走样,mark等效果,编码风格很好,模版用的淋漓尽致,2D image rendering, such as anti-aliasing, mark, such as the effect of good coding style, the template used by most
yibiaoleiganuge
- agg-2.5 图形图象处理工具 实现图形变化处理-agg-2.5 graphical image processing tools
agg2_lite
- agglite 是agg的精华压缩版,在2个文件中实现了agg render功能(最基本的功能),可以算是一个lightweight agg library-agglite is a condensed version of the essence of agg in the two documents achieved agg render function (basic function), can be regarded as a lightweight agg library
AGG
- 详细讲解了AGG的原理和使用方法,对学习AGG编程的人有很大的好处。-AGG explained in detail the principles and use of learning AGG programming there is a great advantage.
gnash_pc_compile
- gnash 在pc和嵌入式下开发需要的源码,包括gnash源码,agg源码,gstream源码-gnash in the pc and embedded development needs under the source, including the gnash source, agg-source, gstream source and so on. .
agg-2.5.tar
- 极好的图像处理源代码,里面实现了很多图像处理的特效,并且性能不错-graphics source code
AggPlus24_Source
- AggPlus是对AGG的类似于GDI+的封装,AGG是一个相当于GDI+的2D图像库,它的抗锯齿比GDI+更好。-AggPlus is a set of classes and code emulation of Gdi+, based over the excellent Anti-Grain Geometry (AGG)
graphin
- 二维图形渲染引擎,可以同时对二维的BITMAP和矢量进行操作(通过一序列的API函数,基于AGG)-Graphin is a 2D graphics rendering library with human readable yet simple external interface (API). It is based on AGG- high fidelity 2D graphics engine and uses libpng/zlib, jpeglib and libtiff(?)
agg2
- Anti-Grain Geometry (AGG). High Fidelity 2D Graphics. A High Quality Rendering Engine for C++.
copy-agg-jj-2.5
- AGG是一个开源、高效的跨平台2D图形库。AGG的功能与GDI+的功能非常类似,但提供了比GDI+更灵活的编程接口,其产生的图形的质量也非常高(自称超过GDI+)
libaggplus
- agg plus , fast 2d graphic library for wince
AGG
- 基于AGG 算法库的通用图形接口设AGG algorithm library based on a common graphical interface design-AGG algorithm library based on a common graphical interface design
agg-2.5
- AGG(Anti-Grain Geometry),强大的2D几何图形库。 配置: 1、VC6.0下新建一个Windows Console工程,名称随便起,姑且叫AggTest. 2、关键步骤,设置AGG类库的引用,最野蛮和最有效的方式把Include下的.h文件连同其下文件夹全部拷贝到VC6安装目录下的Microsoft Visual Studio/VC98/Include文件夹中,把解压目录中的src文件夹下的cpp文件都添加到AggTest工程中。-AGG (Ant
agg
- agg,经典的高效率2d图形引擎,并且支持反走样,较gdi快-agg 2d graphic engine
agg-2.5
- AGG是一款功能非常强大的渲染引擎。它使用标准的C++和基本的C函数实现,但是它并没有使用C++里的stl中的一些模版函数。因此AGG可以在很多场合下使用,甚至在一些端和嵌入式开发中也可以使用。AGG也可以用在web服务端,你可以在服务端渲染出一个图片返回给客户端,AGG支持各种格式的数据,具有很好的跨平台性。(A 2 dimensional image library)