Go to the source code of this file.
Functions | |
int | bm_print (FILE *f, potrace_bitmap_t *bm) |
int | bm_read (FILE *f, double blacklevel, potrace_bitmap_t **bmp) |
void | bm_writepbm (FILE *f, potrace_bitmap_t *bm) |
Variables | |
char * | bm_read_error |
int bm_print | ( | FILE * | f, |
potrace_bitmap_t * | bm | ||
) |
Definition at line 760 of file bitmap_io.c.
int bm_read | ( | FILE * | f, |
double | blacklevel, | ||
potrace_bitmap_t ** | bmp | ||
) |
Definition at line 112 of file bitmap_io.c.
void bm_writepbm | ( | FILE * | f, |
potrace_bitmap_t * | bm | ||
) |
Definition at line 738 of file bitmap_io.c.
char* bm_read_error |
Definition at line 110 of file bitmap_io.c.