Go to the source code of this file.
Data Structures | |
| struct | binbuffer |
Defines | |
| #define | DEANIMATE_H_VERSION "$Id: deanimate.h,v 2.0 2002/06/04 14:34:21 jongfoster Exp $" |
Functions | |
| int | gif_deanimate (struct binbuffer *src, struct binbuffer *dst, int get_first_image) |
| void | buf_free (struct binbuffer *buf) |
Variables | |
| const char | deanimate_rcs [] |
| const char | deanimate_h_rcs [] |
Functions declared include: gif_deanimate, buf_free
Revision 1.8 2002/03/26 22:29:54 swa we have a new homepage!
Revision 1.7 2002/03/24 13:25:43 swa name change related issues
Revision 1.6 2002/03/08 17:46:04 jongfoster Fixing int/size_t warnings
Revision 1.5 2002/03/07 03:46:17 oes Fixed compiler warnings
Revision 1.4 2001/07/29 18:50:04 jongfoster Fixing "extern C" block, and renaming define _DEANIMATE_H
Revision 1.3 2001/07/18 12:29:05 oes Updated prototype for gif_deanimate
Revision 1.2 2001/07/13 13:46:20 oes Introduced GIF deanimation feature
|
|
Safely frees a struct binbuffer.
|
|
||||||||||||||||
|
Deanimate a given GIF image, i.e. given a GIF with an (optional) image block and an arbitrary number of image extension blocks, produce an output GIF with only one image block that contains the last image (extenstion) block of the original. Also strip Comments, Application extenstions, etc.
|
|
|
Version information about deanimate.h.
|
|
|
Version information about deanimate.c.
|
1.2.15