MagickWand 6.9.6
|
#include "magick/magick-config.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdint.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.
Macros | |
#define | MAGICKWAND_CONFIG_H |
#define | magick_restrict restrict |
#define | MAGICKWAND_CHECK_VERSION(major, minor, micro) |
#define | MAGICKWAND_POSIX_SUPPORT |
Typedefs | |
typedef struct _MagickWand | MagickWand |
#define magick_restrict restrict |
Definition at line 41 of file MagickWand.h.
#define MAGICKWAND_CHECK_VERSION | ( | major, | |
minor, | |||
micro | |||
) |
Definition at line 51 of file MagickWand.h.
#define MAGICKWAND_CONFIG_H |
Definition at line 27 of file MagickWand.h.
#define MAGICKWAND_POSIX_SUPPORT |
Definition at line 70 of file MagickWand.h.
typedef struct _MagickWand MagickWand |
Definition at line 74 of file MagickWand.h.
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 * | wand, |
ExceptionType * | severity | ||
) |
Definition at line 275 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
WandExport ExceptionType MagickGetExceptionType | ( | const MagickWand * | wand | ) |
Definition at line 332 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::name, _MagickWand::signature, and WandSignature.
WandExport ssize_t MagickGetIteratorIndex | ( | MagickWand * | wand | ) |
Definition at line 364 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by MagickGetImageIndex().
WandExport void * MagickRelinquishMemory | ( | void * | ) |
WandExport void MagickResetIterator | ( | MagickWand * | ) |
WandExport void MagickSetFirstIterator | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickSetIteratorIndex | ( | MagickWand * | wand, |
const | ssize_t | ||
) |
Definition at line 925 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by MagickSetImageIndex().
WandExport void MagickSetLastIterator | ( | MagickWand * | wand | ) |
Definition at line 979 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 * | image | ) |
Definition at line 1115 of file magick-wand.c.
References _MagickWand::exception, _MagickWand::images, and NewMagickWand().