Download List

Projeto Descrição

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 Requirements

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

Uma correção trivial para instalação da página de manual.
Tags: Documentation
A trivial fix to manual page installation.

2012-12-31 04:33
5.0.3

Uma correção trivial para instalação da página de manual.
Tags: Documentation
A trivial fix to manual page installation.

2012-10-24 07:15
5.0.1

Esta versão adiciona um ponto de entrada do EGifSetGifVersion().
Só é de interesse para aqueles que usam a API de baixo nível.
Tags: 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

Esta versão adiciona um ponto de entrada do EGifSetGifVersion(). Só é de interesse para aqueles que usam a API de baixo nível.
Tags: 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() identificador de agora à blocos de extensão e entrelaçamento. Novas funções de suportam a leitura e edição de blocos de controle de gráficos de GIF89. A biblioteca agora é puramente reentrante e thread-safe. Todos os nomes de funções exportadas agora tem um prefixo de Gif, DGif ou EGif.
Um novo utilitário de giftool oferece suporte a modificação com script de campos de dados GIF.
Tags: 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