MagickWand
7.0.0
|
#include "MagickCore/magick-config.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include <sys/types.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.
Macros | |
#define | _MAGICKWAND_CONFIG_H |
#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 | MagickClearException (MagickWand *) |
WandExport MagickBooleanType | MagickSetIteratorIndex (MagickWand *, const ssize_t) |
WandExport MagickWand * | CloneMagickWand (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 _MAGICKWAND_CONFIG_H |
Definition at line 27 of file MagickWand.h.
#define MAGICKWAND_CHECK_VERSION | ( | major, | |
minor, | |||
micro | |||
) |
Definition at line 47 of file MagickWand.h.
#define MAGICKWAND_POSIX_SUPPORT |
Definition at line 64 of file MagickWand.h.
typedef struct _MagickWand MagickWand |
Definition at line 67 of file MagickWand.h.
WandExport void ClearMagickWand | ( | MagickWand * | ) |
WandExport MagickWand* CloneMagickWand | ( | const MagickWand * | ) |
WandExport MagickWand * DestroyMagickWand | ( | MagickWand * | ) |
WandExport MagickBooleanType IsMagickWand | ( | const MagickWand * | ) |
WandExport MagickBooleanType MagickClearException | ( | MagickWand * | ) |
WandExport char* MagickGetException | ( | const MagickWand * | , |
ExceptionType * | |||
) |
Definition at line 283 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
WandExport ExceptionType MagickGetExceptionType | ( | const MagickWand * | ) |
Definition at line 340 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::name, _MagickWand::signature, and WandSignature.
WandExport ssize_t MagickGetIteratorIndex | ( | MagickWand * | ) |
Definition at line 372 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
WandExport void * MagickRelinquishMemory | ( | void * | ) |
WandExport void MagickResetIterator | ( | MagickWand * | ) |
WandExport void MagickSetFirstIterator | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickSetIteratorIndex | ( | MagickWand * | , |
const ssize_t | |||
) |
Definition at line 930 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, _MagickWand::name, _MagickWand::signature, and WandSignature.
WandExport void MagickSetLastIterator | ( | MagickWand * | ) |
Definition at line 981 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, _MagickWand::name, _MagickWand::signature, and WandSignature.
WandExport void MagickWandGenesis | ( | void | ) |
WandExport void MagickWandTerminus | ( | void | ) |
WandExport MagickWand * NewMagickWand | ( | void | ) |
WandExport MagickWand * NewMagickWandFromImage | ( | const Image * | ) |
Definition at line 1116 of file magick-wand.c.
References _MagickWand::exception, _MagickWand::images, and NewMagickWand().