pike.git
/
src
/
modules
/
Image
/
togif.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Image/togif.c:1:
/* togif
-
$Id: togif.c,v 1.
24
1997/11/
07
16
:
37
:
51
mirar
Exp $
+
$Id: togif.c,v 1.
25
1997/11/
08
02
:
52
:
53
grubba
Exp $
old GIF API compat stuff */ /* **! module Image **! note
-
**! $Id: togif.c,v 1.
24
1997/11/
07
16
:
37
:
51
mirar
Exp $
+
**! $Id: togif.c,v 1.
25
1997/11/
08
02
:
52
:
53
grubba
Exp $
**! class image */ #include "global.h" #include <math.h> #include <ctype.h> #include "stralloc.h" #include "global.h"
pike.git/src/modules/Image/togif.c:27:
#include "object.h" #include "constants.h" #include "interpret.h" #include "svalue.h" #include "array.h" #include "error.h" #include "dynamic_buffer.h" #include "operators.h" #include "image.h"
+
#include "colortable.h"
#define THIS ((struct image *)(fp->current_storage)) #define THISOBJ (fp->current_object) extern struct program *image_colortable_program; /* **! method string gif_begin() **! method string gif_begin(int num_colors) **! method string gif_begin(array(array(int)) colors)