MagickWand  6.7.5
wandtest.c File Reference
#include <MagickCore/magick-config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <time.h>
#include <MagickWand/MagickWand.h>
Include dependency graph for wandtest.c:

Go to the source code of this file.

Defines

#define WandDelay   3
#define ThrowAPIException(wand)

Functions

int main (int argc, char **argv)

Define Documentation

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

Referenced by main().

#define WandDelay   3

Definition at line 63 of file wandtest.c.

Referenced by main().


Function Documentation