ZBar Bar Code Reader Library  version 0.10
zbarimg.c File Reference

Macros

#define MagickExportImagePixels
 

Functions

static int dump_error (MagickWand *wand)
 
int main (int argc, const char *argv[])
 
static int parse_config (const char *cfgstr, const char *arg)
 
static int scan_image (const char *filename)
 
int usage (int rc, const char *msg, const char *arg)
 

Variables

static int exit_code
 
static const char * note_usage
 
static int notfound
 
static int num_images
 
static int num_symbols
 
static zbar_processor_t * processor
 
static const char * warning_not_found
 
static const char * xml_foot
 
static const char * xml_head
 
char * xmlbuf
 
unsigned xmlbuflen
 
static int xmllvl
 

Macro Definition Documentation

#define MagickExportImagePixels

Referenced by scan_image().

Function Documentation

static int dump_error ( MagickWand *  wand)
inlinestatic

References exit_code, and fprintf().

Referenced by scan_image().

Here is the call graph for this function:

Here is the caller graph for this function:

static int parse_config ( const char *  cfgstr,
const char *  arg 
)
inlinestatic

References usage(), and zbar::zbar_processor_parse_config().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int usage ( int  rc,
const char *  msg,
const char *  arg 
)

References fprintf(), and note_usage.

Referenced by main(), and parse_config().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

int exit_code
static

Referenced by dump_error(), main(), and scan_image().

const char* note_usage
static

Referenced by usage().

int notfound
static

Referenced by main(), and scan_image().

int num_images
static

Referenced by main(), scan_image(), and v4l2_dq().

int num_symbols
static

Referenced by main(), and scan_image().

zbar_processor_t* processor
static
const char* warning_not_found
static

Referenced by main().

const char* xml_foot
static

Referenced by main().

const char* xml_head
static

Referenced by main().

char* xmlbuf

Referenced by main(), and scan_image().

unsigned xmlbuflen

Referenced by scan_image().

int xmllvl
static

Referenced by main(), and scan_image().