Home
last modified time | relevance | path

Searched refs:EGifSpew (Results 1 – 8 of 8) sorted by relevance

/third_party/giflib/
Dgifsponge.c78 if (EGifSpew(GifFileOut) == GIF_ERROR) in main()
Dgif_lib.h132 int EGifSpew(GifFileType * GifFile);
DNEWS338 * DGifSlurp() and EGifSpew() now preserve trailing extension blocks with
362 * DGifSlurp() and EGifSpew() now read and write interlaced images properly.
369 * There's now an EGifGetGifVersion() that computes the version EGifSpew()
456 * EGifSpew() is now thread-safe.
577 * Modify EGifSpew and EGifPutComment to use EGifPutExtension{First,Next,Last}
716 * New DGifSlurp() and EGifSpew() library entry points allow all GIF-bashing
Dhistory.adoc19 ESR's 2.1 version was the first to include the DGifSlurp()/EGifSpew()
DChangeLog209 - EGifSpew: Reimplement to use EGifPutExtension{First,Next,Last} so we
585 * lib/egif_lib.c: (EGifSpew) Changes to use the new Function variable.
600 * lib/egif_lib.c: (EGifSpew) The function now spits out
605 EGifPutScreenDesc so that it can be controlled by EGifSpew. Note
624 * test-unx: Add a test for DGifSlurp and EGifSpew
Dgiftool.c571 if (EGifSpew(GifFileOut) == GIF_ERROR) in main()
Dgifbuild.c639 EGifSpew(GifFileOut); in Icon2Gif()
Degif_lib.c1090 EGifSpew(GifFileType *GifFileOut) in EGifSpew() function