MagickWand  6.8.5
drawtest.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <wand/MagickWand.h>
Include dependency graph for drawtest.c:

Go to the source code of this file.

Macros

#define ThrowWandException(wand)
 

Functions

static MagickBooleanType ScribbleImage (MagickWand *canvas)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

#define ThrowWandException (   wand)
Value:
{ \
char \
\
ExceptionType \
severity; \
\
description=MagickGetException(wand,&severity); \
(void) FormatLocaleFile(stderr,"%s %s %lu %s\n",GetMagickModule(), \
description); \
description=(char *) MagickRelinquishMemory(description); \
exit(-1); \
}

Definition at line 51 of file drawtest.c.

Referenced by main().

Function Documentation