Download List

项目描述

giflib is a library for rendering and generating GIF image files. This is the GIF service code in C used for over two decades by graphics applications, Web browsers, game consoles, ATMs, and pretty much anything else that throws pixels on a display. It is simple, stable, and bulletproof.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-07 04:09
5.0.3

到的手册页安装琐细的修补程序。
标签: Documentation
A trivial fix to manual page installation.

2012-12-31 04:33
5.0.3

到的手册页安装琐细的修补程序。
标签: Documentation
A trivial fix to manual page installation.

2012-10-24 07:15
5.0.1

此版本添加了 EGifSetGifVersion() 的入口点。它将只能对那些使用低级 API。
标签: Minor bugfixes
This release adds an EGifSetGifVersion() entry point.
It will only be of interest to those using the low-level API.

2012-10-15 12:17
5.0.1

此版本添加了 EGifSetGifVersion() 的入口点。它将只能对那些使用低级 API。
标签: Minor bugfixes
This release adds an EGifSetGifVersion() entry point. It will only be of interest to those using the low-level API.

2012-06-20 06:46
5.0.0

DGifSlurp()/EGifSpew() 现在手柄隔行扫描和尾随扩展块。新函数支持阅读和编辑 GIF89 图形控制块。库现在是纯粹折返和线程安全的。导出的函数的所有名字现在都有一个 Gif、 DGif 或 EGif 的前缀。新的 giftool 实用程序支持脚本化的改性的 gif 图像数据字段。
标签: Major feature enhancements
DGifSlurp()/EGifSpew() now handle interlacing and trailing extension blocks. New functions support reading and editing GIF89 graphics control blocks. The library is now purely reentrant and thread-safe. All names of exported functions now have a Gif, DGif, or EGif prefix.
A new giftool utility supports scripted modification of GIF data fields.

Project Resources