MagickCore
7.0.0
|
#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/hashmap.h"
#include "MagickCore/magic.h"
#include "MagickCore/magick.h"
#include "MagickCore/memory_.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 | |
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) |
MagickExport MagickBooleanType InvokeDynamicImageFilter | ( | const char * | tag, |
Image ** | image, | ||
const int | argc, | ||
const char ** | argv, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1622 of file module.c.
References CoderEvent, FilterPolicyDomain, GetMagickModule, IsRightsAuthorized(), LocaleCompare(), LogMagickEvent(), MagickFalse, MagickImageFilterSignature, MagickSignature, MagickTrue, ModuleError, PolicyError, ReadPolicyRights, ThrowMagickException(), and TraceEvent.
MagickExport MagickBooleanType ListModuleInfo | ( | FILE * | magick_unusedfile, |
ExceptionInfo * | magick_unusedexception | ||
) |
Definition at line 1616 of file module.c.
References MagickTrue.