MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickCore/studio.h"
#include "MagickCore/blob.h"
#include "MagickCore/coder.h"
#include "MagickCore/client.h"
#include "MagickCore/configure.h"
#include "MagickCore/exception.h"
#include "MagickCore/exception-private.h"
#include "MagickCore/log.h"
#include "MagickCore/linked-list.h"
#include "MagickCore/magic.h"
#include "MagickCore/magick.h"
#include "MagickCore/memory_.h"
#include "MagickCore/memory-private.h"
#include "MagickCore/module.h"
#include "MagickCore/module-private.h"
#include "MagickCore/nt-base-private.h"
#include "MagickCore/policy.h"
#include "MagickCore/semaphore.h"
#include "MagickCore/splay-tree.h"
#include "MagickCore/static.h"
#include "MagickCore/string_.h"
#include "MagickCore/string-private.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
#include "MagickCore/utility-private.h"
Go to the source code of this file.
Functions | |
size_t | analyzeImage (Image **, const int, const char **, ExceptionInfo *) |
MagickExport MagickBooleanType | ListModuleInfo (FILE *magick_unused(file), ExceptionInfo *magick_unused(exception)) |
MagickExport MagickBooleanType | InvokeDynamicImageFilter (const char *tag, Image **image, const int argc, const char **argv, ExceptionInfo *exception) |
size_t analyzeImage | ( | Image ** | , |
const int | , | ||
const char ** | , | ||
ExceptionInfo * | |||
) |
Referenced by InvokeDynamicImageFilter().
MagickExport MagickBooleanType InvokeDynamicImageFilter | ( | const char * | tag, |
Image ** | image, | ||
const int | argc, | ||
const char ** | argv, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1648 of file module.c.
References analyzeImage(), FilterPolicyDomain, GetMagickModule, IsEventLogging(), IsRightsAuthorized(), LocaleCompare(), LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickImageFilterSignature, MagickTrue, ModuleError, PolicyError, ReadPolicyRights, ThrowMagickException(), TraceEvent, and TransformEvent.
MagickExport MagickBooleanType ListModuleInfo | ( | FILE * | magick_unusedfile, |
ExceptionInfo * | magick_unusedexception | ||
) |
Definition at line 1640 of file module.c.
References magick_unreferenced, and MagickTrue.