MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickCore/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 "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 | 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 270 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, MagickPathExtent, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ExceptionType MagickGetExceptionType | ( | const MagickWand * | wand | ) |
Definition at line 327 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ssize_t MagickGetIteratorIndex | ( | MagickWand * | wand | ) |
Definition at line 359 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport void * MagickRelinquishMemory | ( | void * | ) |
WandExport void MagickResetIterator | ( | MagickWand * | ) |
WandExport void MagickSetFirstIterator | ( | MagickWand * | ) |
WandExport MagickBooleanType MagickSetIteratorIndex | ( | MagickWand * | wand, |
const | ssize_t | ||
) |
Definition at line 917 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport void MagickSetLastIterator | ( | MagickWand * | wand | ) |
Definition at line 968 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport void MagickWandGenesis | ( | void | ) |
WandExport void MagickWandTerminus | ( | void | ) |
WandExport MagickWand * NewMagickWand | ( | void | ) |
WandExport MagickWand * NewMagickWandFromImage | ( | const Image * | image | ) |
Definition at line 1094 of file magick-wand.c.
References _MagickWand::exception, _MagickWand::images, and NewMagickWand().