MagickWand.h File Reference

#include "MagickCore/magick-config.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include <sys/types.h>
#include <time.h>
#include "MagickWand/method-attribute.h"
#include "MagickCore/MagickCore.h"
#include "MagickWand/animate.h"
#include "MagickWand/compare.h"
#include "MagickWand/composite.h"
#include "MagickWand/conjure.h"
#include "MagickWand/convert.h"
#include "MagickWand/deprecate.h"
#include "MagickWand/display.h"
#include "MagickWand/drawing-wand.h"
#include "MagickWand/identify.h"
#include "MagickWand/import.h"
#include "MagickWand/wandcli.h"
#include "MagickWand/operation.h"
#include "MagickWand/magick-cli.h"
#include "MagickWand/magick-property.h"
#include "MagickWand/magick-image.h"
#include "MagickWand/mogrify.h"
#include "MagickWand/montage.h"
#include "MagickWand/pixel-iterator.h"
#include "MagickWand/pixel-wand.h"
#include "MagickWand/stream.h"
#include "MagickWand/wand-view.h"

Go to the source code of this file.

Defines

#define MAGICKWAND_CONFIG_H
#define magick_restrict   restrict
#define MAGICKWAND_CHECK_VERSION(major, minor, micro)
#define MAGICKWAND_POSIX_SUPPORT

Typedefs

typedef struct _MagickWand MagickWand

Functions

WandExport char * MagickGetException (const MagickWand *, ExceptionType *)
WandExport ExceptionType MagickGetExceptionType (const MagickWand *)
WandExport MagickBooleanType IsMagickWand (const MagickWand *)
WandExport MagickBooleanType IsMagickWandInstantiated (void)
WandExport MagickBooleanType MagickClearException (MagickWand *)
WandExport MagickBooleanType MagickSetIteratorIndex (MagickWand *, const ssize_t)
WandExport MagickWandCloneMagickWand (const MagickWand *)
WandExport MagickWand ** DestroyMagickWand (MagickWand *)
WandExport MagickWand *** NewMagickWand (void)
WandExport MagickWand **** NewMagickWandFromImage (const Image *)
WandExport ssize_t MagickGetIteratorIndex (MagickWand *)
WandExport void ClearMagickWand (MagickWand *)
WandExport void MagickWandGenesis (void)
WandExport void MagickWandTerminus (void)
WandExport void * MagickRelinquishMemory (void *)
WandExport void * MagickResetIterator (MagickWand *)
WandExport void * MagickSetFirstIterator (MagickWand *)
WandExport void * MagickSetLastIterator (MagickWand *)

Define Documentation

#define magick_restrict   restrict
#define MAGICKWAND_CHECK_VERSION ( major,
minor,
micro   ) 
Value:
((MAGICKWAND_MAJOR_VERSION > (major)) || \
    ((MAGICKWAND_MAJOR_VERSION == (major)) && \
     (MAGICKWAND_MINOR_VERSION > (minor))) || \
    ((MAGICKWAND_MAJOR_VERSION == (major)) && \
     (MAGICKWAND_MINOR_VERSION == (minor)) && \
     (MAGICKWAND_MICRO_VERSION >= (micro))))
#define MAGICKWAND_CONFIG_H
#define MAGICKWAND_POSIX_SUPPORT

Typedef Documentation

typedef struct _MagickWand MagickWand

Function Documentation

WandExport void ClearMagickWand ( MagickWand  ) 
WandExport MagickWand* CloneMagickWand ( const MagickWand  ) 
WandExport MagickWand* * DestroyMagickWand ( MagickWand  ) 
WandExport MagickBooleanType IsMagickWand ( const MagickWand  ) 
WandExport MagickBooleanType IsMagickWandInstantiated ( void   ) 
WandExport MagickBooleanType MagickClearException ( MagickWand  ) 
WandExport char* MagickGetException ( const MagickWand ,
ExceptionType *   
)
WandExport ExceptionType MagickGetExceptionType ( const MagickWand  ) 
WandExport ssize_t MagickGetIteratorIndex ( MagickWand  ) 
WandExport void * MagickRelinquishMemory ( void *   ) 
WandExport void * MagickResetIterator ( MagickWand  ) 
WandExport void * MagickSetFirstIterator ( MagickWand  ) 
WandExport MagickBooleanType MagickSetIteratorIndex ( MagickWand ,
const   ssize_t 
)
WandExport void * MagickSetLastIterator ( MagickWand  ) 
WandExport void MagickWandGenesis ( void   ) 
WandExport void MagickWandTerminus ( void   ) 
WandExport MagickWand* * * NewMagickWand ( void   ) 
WandExport MagickWand* * * * NewMagickWandFromImage ( const Image *   ) 

Generated on 18 Dec 2019 for MagickWand by  doxygen 1.6.1