搜索资源列表
Devil-SDK-1.6.7
- *nix users should read README.unix VisualC users should read README.visualc Cygwin users should read README.cygwin PS: *nix stands for GNU/Linux, *BSD, SunOS/Solaris and perhaps some more.
DevIL-SDK-1.6.5
- OpengL编程所需要的DevIL库文件和头文件!用来读取多种格式的纹理图像!-OpengL programming required DevIL libraries and header files! Used to read multiple formats Texture Image!
ImageToolLib
- 一个图像处理的库, 支持大图片合并,切割,旋转,缩放. 编译环境VC7.1 要求附加库:devil.-an image processing library, and support the merger picture, cutting, rotating, zoom. VC7.1 compiler environment Additional requirements for : devil.
Kris_Garrein
- The code uses following libraries: - extgl extension loading library - DevIL for texture loading - Nate s simple font library Rendering has following features: - 3 texture layers: base, detail and bump - Indexed vertex arrays
123
- 使用DevIL来加载OpenGL纹理 OpenGL本身并没有带图象文件的读取函数,D3DX则有,以前我用的IPicture的接口来加载图象,但是TGA ,MNG PNG 等图象它并不支持.需要其他的代码来加载TGA等,非常不方便,最倒霉的是,代码的问题很多,经常不能成功加载一些图象.早就想把那个该死的库移植到DevIL上了,但是人懒,一直等到今天,呵呵。终于做了个简单的包装了。 代码很乱,只加了读取图象到建立OpenGL纹理,应该还有更广泛的用途的.比如SaveImage等. 回头等
DevIL-SDK-x86-1.7.5
- 新版的图像用sdk,虽然有点难用,不过对没时间的人很有帮助。-Developer’s Image Library was previously called OpenIL, but due to trademark issues, OpenIL is now known as DevIL. DevIL is an Open Source programming library for programmers to incorporate into their own programs
devil-1.7.99.tar
- 用于JPG压缩的免费运行库,这是以前找到的,然后中间自己修正调用过,很好用,没问题,希望大家喜欢。-JPG compression
GNU_DevIL-1.6.7_20060117
- This c source for easy Image Processing.-This is c source for easy Image Processing.
frac
- 分形图形编码,是现有的最简单的程序,计算效率高。包括分形树,雪花,魔鬼阶梯,sierpinski三角垫等。-Fractal graphics coding, is the most simple procedures available to calculate the efficiency. Including fractal trees, snowflakes, the devil ladder, sierpinski triangle pad.
09-texture-devil
- texturing in openGL3
ALE
- 实现图像语义分割的C++程序, Oxford的ALE,作者Lubor Ladicky,花了5年时间完成这套代码,这是他在博士期间的工作,c++代码写得很规范,依赖库只有DevIL,需要耐心仔细地结合论文看才能看懂。(Semantic image segmentation of the C++ program, Oxford ALE, Lubor Ladicky, took 5 years to complete this code, this is his doctoral work, c++