OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions | Variables
bitmap_io.h File Reference
#include <stdio.h>
#include "bitmap.h"

Go to the source code of this file.

Functions

int bm_read (FILE *f, double blacklevel, potrace_bitmap_t **bmp)
 
void bm_writepbm (FILE *f, potrace_bitmap_t *bm)
 
int bm_print (FILE *f, potrace_bitmap_t *bm)
 

Variables

char * bm_read_error
 

Function Documentation

◆ bm_print()

int bm_print ( FILE *  f,
potrace_bitmap_t bm 
)

◆ bm_read()

int bm_read ( FILE *  f,
double  blacklevel,
potrace_bitmap_t **  bmp 
)

◆ bm_writepbm()

void bm_writepbm ( FILE *  f,
potrace_bitmap_t bm 
)

Variable Documentation

◆ bm_read_error

char* bm_read_error