Revision 23281 trunk/libraries/libjni-potrace/resources/potrace-1.8/src/potrace_raster.h

View differences:

potrace_raster.h
1
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
2 2
 *
3 3
 * Copyright (C) 2005 IVER T.I. and Generalitat Valenciana.
4 4
 *
......
91 91
};
92 92
typedef struct imginfo_s imginfo_t;
93 93

  
94
void vectorizar(const char *filein, const char *fileout);
95
double* vectorizarBuffer(const long *cbufferIn, int width, int height);
94
double* vectorizarBuffer(const long *cbufferIn, int width, int height, int argc, char *argv[]);
96 95

  
97 96
#endif /* POTRACE_RASTER_H */

Also available in: Unified diff