giflib-4.1.6

所属分类:WEB开发
开发工具:Visual C++
文件大小:700KB
下载次数:51
上传日期:2010-08-23 01:37:14
上 传 者ls2009
说明:  GIF操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持多帧动画,自带颜色交错算法,完美避免gif颜色少的弊病。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境、C#环境、Java环境、PHP环境、python环境、Linux或Windows的桌面工程、命令行工具中,更可以应用在Web应用中,视使用的Web应用主语言,通过jni, clr, php dll, asp dll等,通通全杀。 一库在求,gif无忧。
(GIF operations library for c, c++, through the c# CLR, java jni and other letters to C#, Java, can also be closed to through dll python, delphi, powerbuilder, vb, etc, etc to use. Powerful, read out, write the perfect support for multi-frame animation, comes with color staggered algorithm, perfect to avoid the shortcomings of small gif color. This library is the most authentic, and can use the package to the project can also be used in embedded environment, C# environment, Java environment, PHP environment, python environment, Linux or Windows desktop engineering, command-line tool, but can be applied In Web applications, as the main language used in Web applications, through jni, clr, php dll, asp dll it, all full kill. At the request of a library, gif worry.)

文件列表:
giflib-4.1.6 (0, 2010-08-23)
giflib-4.1.6\aclocal.m4 (263584, 2007-11-11)
giflib-4.1.6\AUTHORS (1022, 2005-11-07)
giflib-4.1.6\autogen.sh (445, 2005-10-10)
giflib-4.1.6\BUGS (102, 2005-10-10)
giflib-4.1.6\ChangeLog (30120, 2007-11-11)
giflib-4.1.6\compile (3707, 2007-11-11)
giflib-4.1.6\config.guess (44208, 2007-11-11)
giflib-4.1.6\config.h.in (3443, 2007-11-11)
giflib-4.1.6\config.sub (32560, 2007-11-11)
giflib-4.1.6\configure (830956, 2007-11-11)
giflib-4.1.6\configure.ac (4101, 2007-11-11)
giflib-4.1.6\COPYING (1088, 2005-10-10)
giflib-4.1.6\depcomp (17574, 2007-11-11)
giflib-4.1.6\DEVELOPERS (1111, 2005-10-10)
giflib-4.1.6\doc (0, 2010-08-23)
giflib-4.1.6\doc\gif2bgi.html (3887, 2005-10-10)
giflib-4.1.6\doc\gif2epsn.html (2626, 2005-10-10)
giflib-4.1.6\doc\gif2herc.html (4220, 2005-10-10)
giflib-4.1.6\doc\gif2iris.html (1091, 2005-10-10)
giflib-4.1.6\doc\gif2ps.html (1797, 2005-10-10)
giflib-4.1.6\doc\gif2rgb.html (1350, 2005-10-10)
giflib-4.1.6\doc\gif2rle.html (1214, 2005-10-10)
giflib-4.1.6\doc\gif2x11.html (1488, 2005-10-10)
giflib-4.1.6\doc\gif89.txt (83001, 2005-10-10)
giflib-4.1.6\doc\gifasm.html (1635, 2005-10-10)
giflib-4.1.6\doc\gifbg.html (2352, 2005-10-10)
giflib-4.1.6\doc\gifburst.html (1160, 2005-10-10)
giflib-4.1.6\doc\gifclip.html (2272, 2005-10-10)
giflib-4.1.6\doc\gifclrmp.html (1886, 2005-10-10)
giflib-4.1.6\doc\gifcolor.html (1528, 2005-10-10)
giflib-4.1.6\doc\gifcomb.html (1605, 2005-10-10)
giflib-4.1.6\doc\gifcompose.html (3903, 2005-10-10)
giflib-4.1.6\doc\GifFileType.png (24597, 2005-10-10)
giflib-4.1.6\doc\giffiltr.html (865, 2005-10-10)
giflib-4.1.6\doc\giffix.html (1016, 2005-10-10)
giflib-4.1.6\doc\gifflip.html (1358, 2005-10-10)
giflib-4.1.6\doc\gifhisto.html (2049, 2005-10-10)
giflib-4.1.6\doc\gifinter.html (1031, 2005-10-10)
giflib-4.1.6\doc\gifinto.html (1454, 2005-10-10)
... ...

This is giflib version 4.1.2, a library for manipulating gif files. Latest versions of giflib are currently hosted at: http://sourceforge.net/projects/libungif ==== Building this package should be as simple as: ./configure gmake gmake install ==== Deprecation list. Will be removed in giflib 5.0: * GIF_ERROR and GIF_MESSAGE are on the deprecation list as they are also utility helper functions rather than essential to the functioning of the library. * The qprintf methods of the library are now deprecated. Do not use GifQuietPrint or GifQprintf. These should have been pushed out into the utility helper library instead of sitting around in the library proper at the same time as the getarg functions were moved out. Getting rid of these will let us get rid of our dependence on stdarg.h/varargs.h (Which a Gif reading library has no business requiring.) * In the SavedImage struct: int Function will be removed. Use SavedImage.ExtensionBlocks[x].Function instead. * In gifalloc.c: MakeExtension is deprecated as well. Use AddExtensionBlock instead. (This and the previous int Function were deprecated because they only handle one Extension per image. The new code handles multiple extensions.) * varargs style interface in qprintf and getarg: It's a mistake to have two different interfaces that depend on compile time choices between varargs and stdargs. The future is to get rid of varargs style altogether. (Also: these are probably going strictly into the utility functions so the library won't have to worry about them at all.) ==== I have found that automake currently generates Makefile's containing some GNUmake specific syntax. If you're having troubles building with your system provided make, please install GNU make and try rebuilding. ==== This package uses autoconf, automake, and libtool to create the configure script, so if you need to edit the configure.ac or change a makefile target you should read the DEVELOPER file for hints on recreating the distribution using these tools. Good luck! -Toshio Kuratomi

近期下载者

相关文件


收藏者