MagickCore
7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickCore/version.h"
Go to the source code of this file.
Data Structures | |
struct | _ModuleInfo |
Macros | |
#define | MagickImageCoderSignature |
#define | MagickImageFilterSignature |
Typedefs | |
typedef struct _ModuleInfo | ModuleInfo |
typedef size_t | ImageFilterHandler(Image **, const int, const char **, ExceptionInfo *) |
Enumerations | |
enum | MagickModuleType { MagickImageCoderModule, MagickImageFilterModule } |
Functions | |
MagickExport char ** | GetModuleList (const char *, const MagickModuleType, size_t *, ExceptionInfo *) |
MagickExport const ModuleInfo ** | GetModuleInfoList (const char *, size_t *, ExceptionInfo *) |
MagickExport MagickBooleanType | InvokeDynamicImageFilter (const char *, Image **, const int, const char **, ExceptionInfo *) |
MagickExport MagickBooleanType | ListModuleInfo (FILE *, ExceptionInfo *) |
MagickExport ModuleInfo * | GetModuleInfo (const char *, ExceptionInfo *) |
MagickExport void | DestroyModuleList (void) |
#define MagickImageCoderSignature |
Definition at line 27 of file module.h.
Referenced by RegisterUndefinedImage().
#define MagickImageFilterSignature |
Definition at line 29 of file module.h.
Referenced by InvokeDynamicImageFilter().
typedef size_t ImageFilterHandler(Image **, const int, const char **, ExceptionInfo *) |
typedef struct _ModuleInfo ModuleInfo |
enum MagickModuleType |
MagickExport void DestroyModuleList | ( | void | ) |
MagickExport ModuleInfo* GetModuleInfo | ( | const char * | , |
ExceptionInfo * | |||
) |
Referenced by IsMagickTreeInstantiated().
MagickExport const ModuleInfo** GetModuleInfoList | ( | const char * | , |
size_t * | , | ||
ExceptionInfo * | |||
) |
MagickExport char** GetModuleList | ( | const char * | , |
const MagickModuleType | , | ||
size_t * | , | ||
ExceptionInfo * | |||
) |
MagickExport MagickBooleanType InvokeDynamicImageFilter | ( | const char * | , |
Image ** | , | ||
const int | , | ||
const char ** | , | ||
ExceptionInfo * | |||
) |
MagickExport MagickBooleanType ListModuleInfo | ( | FILE * | , |
ExceptionInfo * | |||
) |