Searched refs:EGifSpew (Results 1 – 8 of 8) sorted by relevance
78 if (EGifSpew(GifFileOut) == GIF_ERROR) in main()
132 int EGifSpew(GifFileType * GifFile);
338 * DGifSlurp() and EGifSpew() now preserve trailing extension blocks with362 * 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
19 ESR's 2.1 version was the first to include the DGifSlurp()/EGifSpew()
209 - EGifSpew: Reimplement to use EGifPutExtension{First,Next,Last} so we585 * lib/egif_lib.c: (EGifSpew) Changes to use the new Function variable.600 * lib/egif_lib.c: (EGifSpew) The function now spits out605 EGifPutScreenDesc so that it can be controlled by EGifSpew. Note624 * test-unx: Add a test for DGifSlurp and EGifSpew
571 if (EGifSpew(GifFileOut) == GIF_ERROR) in main()
639 EGifSpew(GifFileOut); in Icon2Gif()
1090 EGifSpew(GifFileType *GifFileOut) in EGifSpew() function