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

Go to the source code of this file.

Defines

#define ThrowWandException(wand)

Functions

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

Define Documentation

#define ThrowWandException (   wand)
Value:
{ \
  char \
    *description; \
 \
  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