libungif-4.1.4-1-src

所属分类:图片显示
开发工具:Visual C++
文件大小:907KB
下载次数:70
上传日期:2008-07-29 14:35:18
上 传 者ylhryzy
说明:  gif格式图像的编码和解码库4.1.4源代码
(gif format images of the encoding and decoding library 4.1.4 source code)

文件列表:
manifest\libungif-4.1.4-1-src.mft (13713, 2007-03-01)
manifest\libungif-4.1.4-1-src.ver (24, 2007-03-01)
src (0, 2007-03-01)
src\libungif (0, 2007-03-01)
src\libungif\4.1.4 (0, 2007-03-01)
src\libungif\4.1.4\libungif-4.1.4 (0, 2007-03-01)
src\libungif\4.1.4\libungif-4.1.4-src (0, 2005-10-19)
src\libungif\4.1.4\libungif-4.1.4-src\aclocal.m4 (249915, 2005-10-19)
src\libungif\4.1.4\libungif-4.1.4-src\AUTHORS (869, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\autogen.sh (445, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\BUGS (102, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\ChangeLog (25759, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\config.guess (42037, 2005-07-21)
src\libungif\4.1.4\libungif-4.1.4-src\config.h.in (2610, 2005-10-19)
src\libungif\4.1.4\libungif-4.1.4-src\config.sub (30253, 2005-07-21)
src\libungif\4.1.4\libungif-4.1.4-src\configure (803258, 2005-10-19)
src\libungif\4.1.4\libungif-4.1.4-src\configure.ac (2286, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\COPYING (1088, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\depcomp (15868, 2005-02-13)
src\libungif\4.1.4\libungif-4.1.4-src\DEVELOPERS (1111, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc (0, 2005-10-19)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gif2bgi.html (3887, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gif2epsn.html (2626, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gif2herc.html (4220, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gif2iris.html (1091, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gif2ps.html (1797, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gif2rgb.html (1350, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gif2rle.html (1214, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gif2x11.html (1488, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gif89.txt (83001, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gifasm.html (1635, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gifbg.html (2352, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gifburst.html (1160, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gifclip.html (2272, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gifclrmp.html (1886, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gifcolor.html (1528, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gifcomb.html (1605, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\gifcompose.html (3903, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\GifFileType.png (24597, 2005-10-10)
src\libungif\4.1.4\libungif-4.1.4-src\doc\giffiltr.html (865, 2005-10-10)
... ...

This is libungif, a library for manipulating gif files in a manner compatible with libgif, the gif library authored and maintainer by Eric S. Raymond. The observant builder of this package may in fact notice that this package is mostly Eric S. Raymond's libgif with a few changes (Please see the NEWS file) Latest versions of libungif are available from sourceforge: http://sourceforge.net/projects/libungif ==== Building this package should be as simple as: ./configure gmake gmake install ==== Deprecation list. Will be removed in libungif 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 ==== READ.ME file for giflib version 3.0: READ ME for GIFLIB For complete documentation on the package, point a web browser at doc/index.html. See the file INSTALL for instructions on how to install and test the package. GIFLIB has a home page at http://www.ccil.org/~esr/giflib. Eric S. Raymond esr@snark.thyrsus.com. (http://www.ccil.org/~esr)

近期下载者

相关文件


收藏者