Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

deanimate.h File Reference

Declares functions to deanimate GIF images on the fly. More...

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 []


Detailed Description

Declares functions to deanimate GIF images on the fly.

Functions declared include: gif_deanimate, buf_free

Log:
deanimate.h,v
Revision 2.0 2002/06/04 14:34:21 jongfoster Moving source files to src/

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


Function Documentation

void buf_free struct binbuffer *    buf
 

Safely frees a struct binbuffer.

Parameters:
buf  Pointer to the binbuffer to be freed
Returns:
N/A

int gif_deanimate struct binbuffer *    src,
struct binbuffer *    dst,
int    get_first_image
 

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.

Parameters:
src  Pointer to the source binbuffer
dst  Pointer to the destination binbuffer
get_first_image  Flag: If set, get the first image If unset (default), get the last
Returns:
0 on success, or 1 on failiure


Variable Documentation

const char deanimate_h_rcs[]
 

Version information about deanimate.h.

const char deanimate_rcs[]
 

Version information about deanimate.c.


Generated on Tue Jun 4 18:54:49 2002 for Privoxy 3.1.1 by doxygen1.2.15