MagickWand.h File Reference
#include "magick/magick-config.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include <sys/types.h>
#include <time.h>
#include "wand/method-attribute.h"
#include "magick/MagickCore.h"
#include "wand/animate.h"
#include "wand/compare.h"
#include "wand/composite.h"
#include "wand/conjure.h"
#include "wand/convert.h"
#include "wand/deprecate.h"
#include "wand/display.h"
#include "wand/drawing-wand.h"
#include "wand/identify.h"
#include "wand/import.h"
#include "wand/magick-property.h"
#include "wand/magick-image.h"
#include "wand/mogrify.h"
#include "wand/montage.h"
#include "wand/pixel-iterator.h"
#include "wand/pixel-wand.h"
#include "wand/stream.h"
#include "wand/wand-view.h"
Go to the source code of this file.
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
Function Documentation
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* * * * NewMagickWandFromImage |
( |
const Image * |
|
) |
|